Grafeo is a high-performance graph database written in Rust, designed for both embedded and standalone use cases.
Grafeo is a pure-Rust graph database that supports both Property Graph (LPG) and RDF models, offering in-memory or persistent storage with full ACID transactions. You can easily embed it as a library using `cargo add grafeo` or integrate it via language bindings like `@grafeo-db/js` for npm or `grafeo` for PyPI.
Grafeo is a high-performance graph database written in Rust, designed for both embedded and standalone use cases.
Developers needing a fast, low-memory graph database for analytical or transactional workloads, especially those comfortable with Rust or requiring polyglot integration.