Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 1.59 KB

File metadata and controls

41 lines (39 loc) · 1.59 KB
layout home
hero
name text tagline image actions
BikoDB
Multi-model graph runtime
Graph, document, and vector primitives in one Rust codebase — with scope documented honestly.
src alt
/logo.png
BikoDB logo
theme text link
brand
Get Started
/guide/installation
theme text link
alt
Quickstart
/guide/quickstart
theme text link
alt
View on GitHub
features
icon title details
🧠
Graph-first core
Concurrent graph storage, graph algorithms, and an embedded Database facade are the most concrete parts of the current project.
icon title details
🔎
Documented query subset
SQL, Cypher, and Gremlin are supported as explicit subsets instead of being presented as full language implementations.
icon title details
🧱
Multi-model building blocks
Documents, HNSW vector search, plugins, and live-query/event hooks exist today, but not all combinations share the same maturity.
icon title details
🔐
Transaction semantics explained
The docs spell out what the graph transaction layer guarantees today and where conflict detection or cross-model atomicity is still limited.
icon title details
📊
Benchmarks with caveats
Reproduction steps, current assumptions, and limits of the published comparison data are documented up front.
icon title details
⚠️
Stable vs experimental
Each major module is classified as stable, experimental, or planned so external users can judge adoption risk quickly.