sstable topic

List sstable repositories

golib

74
Stars
9
Forks
Watchers

Open version of common golang libraries useful to many projects.

go-sstables

255
Stars
9
Forks
Watchers

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

162
Stars
31
Forks
Watchers

Tools for parsing, creating and doing other fun stuff with sstables

cassandra-sstable-tools

93
Stars
24
Forks
Watchers

Tools for working with sstables

mirdb

89
Stars
6
Forks
Watchers

MirDB: A Persistent Key-Value Store with Memcached protocol.

cassandra-ttl-remover

19
Stars
8
Forks
Watchers

Tool for rewriting SSTables to not contain TTLs

esop

47
Stars
24
Forks
Watchers

Cloud-enabled backup and restore tool for Apache Cassandra

grenad

19
Stars
3
Forks
Watchers

Tools to sort, merge, write, and read immutable key-value pairs :tomato:

LSM-Tree

63
Stars
12
Forks
Watchers

Log-Structured Merge Tree Java implementation