https://github.com/chungquantin/solomon-db
An embedded Gremlin-compatible graph database written in Rust
https://github.com/chungquantin/solomon-db
database distributed embedded-database graph-database gremlin rocksdb rust solomon solomon-db
Last synced: 6 months ago
JSON representation
An embedded Gremlin-compatible graph database written in Rust
- Host: GitHub
- URL: https://github.com/chungquantin/solomon-db
- Owner: chungquantin
- License: mit
- Created: 2022-10-26T09:45:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T13:54:28.000Z (about 3 years ago)
- Last Synced: 2024-12-08T21:41:44.031Z (about 1 year ago)
- Topics: database, distributed, embedded-database, graph-database, gremlin, rocksdb, rust, solomon, solomon-db
- Language: Rust
- Homepage: https://nomadiz.github.io/solomon-db
- Size: 1.42 MB
- Stars: 46
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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:
- [x] Implement RocskDB storage layer
- [x] Implement Redb storage layer
- [ ] Add protobuf and enable single-node mode.
- [ ] Database server
- [X] Embedded library
- [ ] Support Gremlin query language
- [ ] Multi-row, multi-table ACID transactions
- [ ] Single-node, or highly-scalable distributed mode
- [ ] Store structured and unstructured data
- [ ] Client (JS / Rust / Go) library
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](https://nomadiz.github.io/solomon-db/).
The documentation page is built using Rust Mdbook. Shoutout to Rust ecosystem.
## Community
- View SolomonDB [Blog](https://nomadiz.hashnode.dev/)
- View weekly announcement [Rust language Forum](https://users.rust-lang.org/t/solomondb-gremlin-compatible-graph-database-weekly-update/84750)
- Support the creator [Twitter](https://twitter.com/chasechung111)