gostor / awesome-go-storage

A curated list of awesome Go storage projects and libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add pebble

theimpostor opened this issue · comments

Pebble is a KV store, it is inspired by / a re-implementation of RocksDB/leveldb in golang: https://github.com/cockroachdb/pebble. Used by cockroachdb.