|
You are here |
artem.krylysov.com | ||
| | | | |
yokota.blog
|
|
| | | | | KCache is a library that provides an ordered key-value store (OKVS) abstraction for a compacted topic in Kafka. As an OKVS, it can be used to treat Kafka as a multi-model database, allowing Kafka to represent graphs, documents, and relational data. Initially KCache stored data from the compacted topic in an in-memory cache. In newer... | |
| | | | |
www.feldera.com
|
|
| | | | | We go over our findings when trying to use RocksDB as our storage engine | |
| | | | |
github.com
|
|
| | | | | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. - redis/redis | |
| | | | |
timilearning.com
|
|
| | | My notes from the third chapter of Martin Kleppmann's book: Designing Data Intensive Applications. | ||