Explore >> Select a destination


You are here

artem.krylysov.com
| | yokota.blog
5.4 parsecs away

Travel
| | 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
6.2 parsecs away

Travel
| | We go over our findings when trying to use RocksDB as our storage engine
| | github.com
5.5 parsecs away

Travel
| | 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
48.9 parsecs away

Travel
| My notes from the third chapter of Martin Kleppmann's book: Designing Data Intensive Applications.