kvrocks
pika
kvrocks | pika | |
---|---|---|
23 | 2 | |
3,460 | 5,827 | |
1.9% | 0.6% | |
9.6 | 9.5 | |
3 days ago | 8 days ago | |
C++ | C++ | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kvrocks
-
Redis Re-Implemented with SQLite
I switched from SSDB to Kvrocks recently, because SSDB is abandoned and the author missing for 3 years now. I used to recommend SSDB, but now there's better alternatives available:
https://github.com/apache/kvrocks
https://github.com/sabledb-io/sabledb
- Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as s
-
Five Apache projects you probably didn't know about
Another under the radar Apache project I've found myself using is Apache KvRocks
https://github.com/apache/kvrocks
It's a Redis compatible database on top of RocksDB, so unlike Redis it uses the disk instead of RAM, but you can control how much data is cached in RAM, obviously Kvrocks will be slower than Redis for uncached data.
Useful in situations where you want a KV data store that isn't limited by your memory specs but is compatible with everything that speaks Redis.
- Redis as a Database
- Apache Kvrocks: distributed store using RocksDB, Redis compatible protocol
-
Ask HN: Why are there no open source NVMe-native key value stores in 2023?
There’s Kvrocks. It uses the Redis protocol and it’s built on RocksDB https://github.com/apache/kvrocks
-
Getting started with Kvrocks and go-redis
Apache Kvrocks is a distributed key-value NoSQL database that uses RocksDB as a storage engine and is compatible with Redis protocol.
-
The first version of Redis, written in Tcl
We use Kvrocks[0] at work. It is Redis on disk, powered by "RocksDB" (hence the name) and compatible with most of the Redis clients since it respects the Redis protocol. It was incubated by Apache earlier this year.
It works great and the development is really active.
[0]: https://kvrocks.apache.org
- Kvrocks 2.0.6 is released
- Kvrocks 2.0.5 has integrated the RocksDB's blob db
pika
- What's new in Pika v3.5.2
-
Pika v3.5.0 Release, which is compatible with Redis, developed since 2015
v3.5.0 Tag: https://github.com/OpenAtomFoundation/pika/releases/tag/v3.5.0
What are some alternatives?
Tendis - Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
vorta - Desktop Backup Client for Borg Backup
SSDB - SSDB - A fast NoSQL database, an alternative to Redis
awesome-swiftui-libraries - :rocket: Awesome SwiftUI Libraries
pika - An open-source colour picker app for macOS
SMHS-School-App - A SwiftUI app for viewing the SMHS schedule, designed and built better than the official SMHS app 🙌.
KeyDB - A Multithreaded Fork of Redis
XcodesApp - The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
fastonosql_gui - FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
solid_cache - A database-backed ActiveSupport::Cache::Store