chungquantin / solomon-db

An embedded Gremlin-compatible graph database written in Rust
https://nomadiz.github.io/solomon-db
MIT License
44 stars 1 forks source link
database distributed embedded-database graph-database gremlin rocksdb rust solomon solomon-db

A distributed Gremlin-compatible graph database (In development 🚧)

Open for contribution 🚀


     

   

What is SolomonDB?

SolomonDB is an open source, distributed, easy-to-use, user friendly graph database built by nomadic engineers. SolomonDB enhances the experience of working with graph database using GQL (Gremlin Query Language). SolomonDB can run in an offline mode and acts as an embedded graph database on top of RocksDB. Last but not least, SolomonDB is a database for community. It supports multiple storage layer with a set of plugins for serialization.

Why is it named "Solomon"?

Solomon is the name of a the wisest person who ever lived, King Solomon. If you have ever read Bible, you might know some stories of King Solomon. One of those stories is when King Solomon asks for wishdom. Based on that idea, Solomon DB is built as my personal side project to gain more knowledge about database internals and graph database architecture.

Roadmap

The road map of SolomonDB will include:

The mission of SolomonDB is to make graph traversal become easier, aim at plug-and-play database that can run directly in client app.

Documentation

For guidance on installation, development, deployment, and administration, see our SolomonDB documentation.

The documentation page is built using Rust Mdbook. Shoutout to Rust ecosystem.

Community