There are 0 repository under sstable topic.
Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Ships now with an embedded key-value store.
Tools for parsing, creating and doing other fun stuff with sstables
Tools for working with sstables
Open version of common golang libraries useful to many projects.
A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.
Cloud-enabled backup and restore tool for Apache Cassandra
Tools to sort, merge, write, and read immutable key-value pairs :tomato:
Tool for rewriting SSTables to not contain TTLs
Tool for programmatic generation of Cassandra SSTable
Rust NoSQL key-value engine. Get, set, probabilistic types. Made for the Advanced algorithms and data structures course, III semester, Faculty of Technical Sciences in Novi Sad.
SSTable Scanner & Parser for Stenographer Packet Indices
Sukuna is an experimental log based (SSTable), disk backed, key-value storage engine.
Transform SSTables from Apache Cassandra to Parquet or Avro files, locally or remotely via Apache Cassandra Sidecar
CoreCache - A distributed key value store
CLI tool generating Cassandra SSTables
How storage engine based-on LSM tree works
A super minimal KV store based on https://learning.oreilly.com/library/view/designing-data-intensive-applications/9781491903063/ch03.html
A Go-based Persistent Key-Value Store using LSM tree architecture, with HTTP endpoints for key-value operations, memtable, WAL, and SST file storage.
lightweight LSM tree based storage engine implementation using WAL, memtable and sstable with basic operations
This repository contains multiple projects using Apache Cassandra.
A compact, embeddable key/value store written in TypeScript
A console-based Key-Value store engine built for the Advanced Algorithms and Data Structures course. Implements efficient data structures like Memtable, SSTable, and LRU Cache, with durability ensured by a Write-Ahead Log (WAL). Features include Bloom Filters, prefix/range scans, and external configuration support.
A fast, pure Java, use-case specific key value store
HastyDB is a key-value LSM storage engine (aspiring to be LevelDB, RocksDB).