skyzh/write-you-a-vector-db
A Vector Database Tutorial (over CMU-DB's BusTub system)
This tutorial helps database developers learn how to add vector search and storage features to an existing relational database system. You'll work with a modified educational database, implementing components like vector storage, expressions, and indexes. This is for developers building or extending database systems who need to integrate modern vector capabilities.
756 stars. No commits in the last 6 months.
Use this if you are a database developer looking to understand and implement vector database features like pgvector within a relational database.
Not ideal if you are an end-user looking for a pre-built vector database solution or if you are not familiar with database system internals.
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...
nnethercott/hannoy
Production-ready KV-backed HNSW implementation in Rust using LMDB
dingodb/dingo
A multi-modal vector database that supports upserts and vector queries using unified SQL...