-
ekv
Discontinued Ekv is a distributed key-value store, used as a cache, database, and storage engine.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
2. AgateDB - https://github.com/tikv/agatedb
-
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!
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
-
automerge-rs
Discontinued Rust implementation of automerge [Moved to: https://github.com/automerge/automerge]
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
-
Redis is trying to take over the all of the OSS Redis libraries
-
Ask HN: How Can I Make My Front End React to Database Changes in Real-Time?
-
Show HN: Skytable's new NoSQL engine BlueQL with injection safety, improved perf
-
Updated: Understanding the working of Skytable's NoSQL engine