skyzh/write-you-a-vector-db
A Vector Database Tutorial (over CMU-DB's BusTub system)
Implements vector storage, indexing, and similarity search operators within a relational database engine, mirroring pgvector functionality. Built on CMU-DB's BusTub system with a planned Rust variant targeting RisingLight, covering low-level components like custom data types, expression evaluation, and index structures. Provides hands-on instruction through a structured curriculum rather than a production-ready system.
756 stars. No commits in the last 6 months.
Stars
756
Forks
23
Language
C++
License
—
Category
Last pushed
Jan 19, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/skyzh/write-you-a-vector-db"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MariaDB/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the...
AlayaDB-AI/AlayaLite
AlayaLite – A Fast, Flexible Vector Database for Everyone.
infiniflow/infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of...
gusye1234/nano-vectordb
A simple, easy-to-hack Vector Database
nnethercott/hannoy
Production-ready KV-backed HNSW implementation in Rust using LMDB