dingodb/dingo-store
A distributed Key-Value Storage using Raft
Implements multiple Raft replication groups with automatic log replication, leader election, and snapshot management across a distributed cluster. Provides computation offloading at the storage layer and maps all data models (tables, indexes) to a unified Key-Value representation for high-frequency read-write operations. The C++/Java hybrid architecture exposes Java APIs while the C++ backend handles distributed storage, with specialized vector indexing support (HNSW, IVF) through the Dingo-Index component.
161 stars.
Stars
161
Forks
72
Language
C++
License
Apache-2.0
Category
Last pushed
Mar 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/dingodb/dingo-store"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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