lsm-tree topic

List lsm-tree repositories

pgrocks-fdw

121
Stars
11
Forks
Watchers

Bring RocksDB to PostgreSQL as an extension. It is the first foreign data wrapper (FDW) that introduces LSM-tree into PostgreSQL. The underneath storage engine can be RocksDB. The FDW also serves for...

rippledb

40
Stars
3
Forks
Watchers

Embeddable key-value database engine in pure TypeScript, based on LSM-Tree

PyVidarDB

21
Stars
1
Forks
Watchers

PyVidarDB is a simple, fast, and persistent key-value store that can store terabytes of data. It is the Python binding for VidarDB.

rust-rocks

46
Stars
7
Forks
Watchers

Make RocksDB really rocks! The Rust style API.

gosqldb

25
Stars
6
Forks
Watchers

A key-value persistent database that supports SQL queries over B+ and LSM trees

Pomegranate

25
Stars
1
Forks
Watchers

🌳 A tiny skiplist based log-structured merge-tree written in Rust.

mdb

29
Stars
7
Forks
Watchers

LSM tree based key-value database

lsm

74
Stars
18
Forks
Watchers

使用 Go 实现一个 LSM Tree 数据库

database-engine

72
Stars
2
Forks
Watchers

LSM-Tree Key-Value Store based on RocksDB