solid_cache
kvrocks
solid_cache | kvrocks | |
---|---|---|
6 | 23 | |
840 | 3,501 | |
6.4% | 1.3% | |
9.3 | 9.6 | |
14 days ago | about 20 hours ago | |
Ruby | C++ | |
MIT License | Apache License 2.0 |
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.
solid_cache
- DHH – I f**king hate this
-
Redis license change, and Rails Solid Cache
View on GitHub
-
Five Apache projects you probably didn't know about
Cool. This post is right beside the 37signals one[1] that mentions SolidCache[0].
I discovered two solutions in one day.
[0] https://github.com/rails/solid_cache
[1] https://news.ycombinator.com/item?id=38710927
-
AMD Ryzen 5 3600 vs Intel® Core i5-13500 server for Ruby on Rails
No Redis - I want to try out SolidCache & DB based ActiveJobs (so no Sidekiq either)
-
Ask HN: Why are there no open source NVMe-native key value stores in 2023?
Is that discussion/implementation of nvme available somewhere in public?
https://github.com/rails/solid_cache didn't include anything about NVME that I could find.
- Solid Cache – a database-backed Rails cache
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
What are some alternatives?
udisk - The fastest ACID-transactional persisted Key-Value store designed as modified LSM-Tree for NVMe block-devices with GPU-acceleration and SPDK to bypass the Linux kernel
Tendis - Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
KVSSD - KV SSD host software including APIs and drivers
SSDB - SSDB - A fast NoSQL database, an alternative to Redis
uNVMe - KV and LBA SSD userspace NVMe driver
pika - Pika is a Redis-Compatible database developed by Qihoo's infrastructure team.
ScaleStore - This is the source code for our (Tobias Ziegler, Carsten Binnig and Viktor Leis) published paper at SIGMOD’22: ScaleStore: A Fast and Cost-Efficient Storage Engine using DRAM, NVMe, and RDMA.
KeyDB - A Multithreaded Fork of Redis
yottaStore - A datastore aiming at linear scalability up to the yottabyte range. Inspired by dynamo and cassandra.
pika - An open-source colour picker app for macOS
ssd-nvme-database - Columnar database on SSD NVMe
fastonosql_gui - FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.