IssunDB is an embedded graph database written in Rust with features like:
- Rust graph engine built with ACID, property graph model, and Cypher query language support
- Fast graph traversal and analytics using sparse matrix operations
- Fast vectorized query execution with multi-core parallelism and serializable transactions
- Built-in vector, text, and hybrid search and retrieval
- A wide range of APIs, including native Rust, Python bindings, CLI, HTTP (REST), and MCP
You can download the latest binaries (for IssunDB CLI, MCP and HTTP servers) from here.
This organization includes the IssunDB repository plus other related repositories, including:
- Benchmarks against a few graph databases like LadybugDB and Neo4j
- Example applications built using IssunDB