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 query 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
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
IssunDB is available under either the MIT or Apache License, Version 2.0.
Contributions are always welcome!