sstable topic
golib
Open version of common golang libraries useful to many projects.
go-sstables
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.
sstable-tools
Tools for parsing, creating and doing other fun stuff with sstables
cassandra-sstable-tools
Tools for working with sstables
mirdb
MirDB: A Persistent Key-Value Store with Memcached protocol.
soonerdb
A LSM-Tree key/value database in Python.
cassandra-ttl-remover
Tool for rewriting SSTables to not contain TTLs
esop
Cloud-enabled backup and restore tool for Apache Cassandra
grenad
Tools to sort, merge, write, and read immutable key-value pairs :tomato:
LSM-Tree
Log-Structured Merge Tree Java implementation