HydraDB: a Rust graph database that lives entirely in S3, with nothing on disk

thisdudelikesAI · x · 2026-09-08

HydraDB, a Rust-based open-source graph database (AGPL), fully separates compute and storage: an S3-compatible bucket holds graph records, WALs, manifests, and immutable traversal indexes, while query nodes keep only disposable memory and SSD cache, rebuilding themselves from durable state.

Key technical details:

Original post →

More from Infra

Infra channel →