OPEN_SOURCE ↗
REDDIT · REDDIT// 9d agoOPENSOURCE RELEASE
BikoDB unifies SQL, Cypher, Gremlin, vectors, GNNs
BikoDB is an open-source graph database project written in Rust that positions itself as a multi-model engine for graph, document, and vector workloads. The repository describes native support for SQL, Cypher, and Gremlin, 11 graph algorithms, HNSW vector search, and a REST API, with an emphasis on zero-GC execution and embeddable deployment. It is an ambitious “do it all” database pitch aimed at users who want graph awareness, AI/ML primitives, and high performance in a single runtime.
// ANALYSIS
Strong idea, but the bar is extremely high: databases win by being boringly correct, observable, and workload-realistic, not just fast in a README benchmark table.
- –The positioning is clear and differentiated: Rust, embeddable, multi-model, and graph-plus-vector-plus-GNN in one engine.
- –The biggest risk is scope creep; SQL, Cypher, Gremlin, storage, clustering, vector search, and GNNs can each consume a whole product team.
- –The published performance claims look self-reported in the repo, so independent benchmarks and reproducible workloads will matter a lot.
- –For credibility, I’d want more detail on query correctness, transaction semantics, durability guarantees, and what “multi-model” means operationally across all supported APIs.
- –If the goal is adoption, the project should probably narrow its “day 1” story to one dominant use case, then expand from a proven core.
// TAGS
rustgraph-databasemulti-modelcyphergremlinsqlvector-searchhnswgnnopen-sourceembeddabledatabase-engine
DISCOVERED
9d ago
2026-04-02
PUBLISHED
10d ago
2026-04-02
RELEVANCE
9/ 10
AUTHOR
torrefacto