~/docs/getting-started/quick-start
DOCUMENTATION
Quick Start
Build your first graph database in 5 minutes
Let's build a simple social graph database with users and their connections. By the end of this guide, you'll understand the core concepts of KiteDB.
1. Define Your Schema
KiteDB uses a schema to define nodes and edges. Let's create a simple social network with users and follow relationships.
social.ts
2. Add Some Data
typescript
3. Query the Graph
typescript
4. Close the Database
typescript
Next Steps
Congratulations! You've built your first graph database with KiteDB. Continue learning with these guides:
- Schema Definition – Advanced schema patterns
- Queries & CRUD – All query operations
- Vector Search – Semantic similarity