What is Grafeo?
mainGrafeo is a high-performance, embeddable graph database written in Rust. It is designed for speed and low memory consumption, supporting both Labeled Property Graph (LPG) and Resource Description Framework (RDF) data models.
It can be used as an embedded library with zero external dependencies (no JVM, Docker, or external processes required) or as a standalone server. It provides full ACID transactions via MVCC with snapshot isolation.