Our great sponsors
- Revelo Payroll - Free Global Payroll designed for tech teams
- Onboard AI - Learn any GitHub repo in 59 seconds
- SonarQube - Static code analysis for 29 languages.
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
-
-
2. AgateDB - https://github.com/tikv/agatedb
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
-
marble
garbage-collecting on-disk object store, supporting higher level KV stores and databases. (by komora-io)
3. Marble - https://github.com/komora-io/marble
-
4. PhotonDB - https://github.com/photondb/photondb
-
5. Dustdata - https://github.com/rustbase/dustdata
-
Nice list, but don’t forget persy, redb and sanakirja too!
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Let's say I'll switch as soon as they start using Sanakirja. They're partially right in their analysis of Sanakirja, but their comments are more about the lack of expressiveness of the unsafe keyword in Rust than about Sanakirja itself. I'm preparing a blog post about my dream version of unsafe.
-
-
In any case, my current plan is to use Automerge for the data handling itself (so I can easily do collaboration), but that crate doesn't handle on-disk storage. For this I need another solution, and a K/V store is well suited for this task.
-
What about https://github.com/khonsulabs/bonsaidb? Progress seems stall since last summer but very cool project
-
Or, you could also look at Nebari, which underlies BonsaiDB https://github.com/khonsulabs/nebari/
Related posts
- What is the best key-value store for Rust 2021
- What are the advantages of using Rust to develop KV databases?
- Announcing jammdb: a simple single-file key/value store
- Are there a demand for management system of embedded storage like RocksDB? I plan to build one in Rust as the language becoming a core of many popular databases but wonder if there’s a demand. Can’t find any similar project even in other languages.
- Meilisearch just announced its $15M Serie A, the search Rust engine strikes again