Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Top 7 Rust Key Value Store Projects
-
skytable
Skytable is a fast, secure and reliable realtime NoSQL database with keyspaces, tables, data types, authn/authz, snapshots and more to build powerful apps
I think this is relevant... These are 3 OSS databases that can be an alternative to Redis:
- KeyDB: https://github.com/snapchat/keydb
- Dragonfly: https://github.com/dragonflydb/dragonfly
- Skytable: https://github.com/skytable/skytable
I have used keyDB before. The raft consensus makes building an HA Redis easy.
-
At Meilisearch we are currently trying to add a better error handling in heed v0.20, our LMDB key-value store wrapper. Unfortunately, when there are a lot of generics it can become harder to play with…
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
-
-
-
Longer version: A current project is a rust-native version of GDBM. Like low-level database formats or kernel filesystems, `gdbm-rs` must interpret a C data structure based on runtime conditions (32 bit or 64 bit, little endian or big endian).
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Rust Key Value Store related posts
- What's everyone working on this week (10/2023)?
- Release of an alpha version to perfect the heed library: the most maintained Rust LMDB wrapper
- Are there any embedded databases that have multiple-process support?
- Key/Value Store Recommendations
- What's everyone working on this week (45/2022)?
- Ask for advice from the cryptographic community about heed: the LMDB wrapper
- skytable / skytable :
-
A note from our sponsor - SonarLint
www.sonarlint.org | 26 Sep 2023
Index
What are some of the best open-source Key Value Store projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | skytable | 1,725 |
2 | heed | 365 |
3 | lucid | 339 |
4 | grenad | 17 |
5 | riakv | 7 |
6 | gdbm-rs | 5 |
7 | rustCacheDb | 0 |