hydra-db/hydradb
HydraDB - fast graph database on object storage
About the project
HydraDB is a distributed graph database written in Rust that stores the graph durably on S3-compatible object storage, with separate data nodes and indexers. It supports OpenCypher queries, GraphBLAS traversal, Neo4j Bolt 5.x drivers, and an HTTPS query API.
Useful for
- Run a single-node HydraDB via Docker for local graph development
- Connect an existing Neo4j application to HydraDB over Bolt 5.x
- Scale indexers separately from data nodes to rebuild traversal indexes
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 84 stars so far today, about 297 expected by the end of the day. The usual pace is 70 per day, so that's 4.2× as much.
- Over the last two days the pace is 39× that of the previous week and a half.
- GitHub Trending Rust today: #8, +794 stars.
- About 152 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 4,049
- Today
- 84 · ≈ 297 by evening
- Forks
- 1,160
- Issues and pull requests
- 215
- Watchers
- 7
- Language
- Rust
- License
- AGPL-3.0
- Created
- July 3, 2026
- Last push
- August 19, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 22, 2026GitHub Trending Rust today: #8, +794 stars
Similar by description
-
3.8
HelixDB/helix-db
A Rust graph-vector database for knowledge graphs and AI agent memory, combining graph, vector, full-text and KV storage in one system without separate stores.
-
0.9
cockroachdb/cockroach
CockroachDB is a distributed SQL database with horizontal scaling, ACID transactions, and resilience to node and datacenter failures. It speaks the PostgreSQL wire protocol and targets data-intensive applications.