Repository navigation

#

lsm-tree

A course of building an LSM-Tree storage engine (database) in a week.

Rust
3282
4 天前

Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.

Go
2146
2 个月前

A cloud native embedded storage engine built on object storage.

Rust
1918
2 天前
fjall-rs/fjall
Rust
1000
17 小时前

Pure Rust LSM-tree based embedded storage engine

Rust
629
2 年前

A distributed thread-per-core document database

Rust
518
1 年前

ZoneTree is a persistent, high-performance, transactional, and ACID-compliant ordered key-value database for .NET. It operates seamlessly both in-memory and on local/cloud storage, making it an ideal choice for a wide range of applications requiring efficient data management.

C#
414
3 个月前

Lightweight, asynchronous based on LSM Leveled Compaction KV database

Rust
290
1 年前

High-performance open-source, durable, transactional embedded storage engine designed for low-latency, and optimized read and write efficiency.

Go
267
5 个月前

Write Ahead Log for LSM or bitcask storage(or any append-only write).

Go
256
3 个月前

An embedded key-value store library specialized for building state machine and log store

C++
226
16 天前

K.I.S.S. LSM-tree implementation in safe Rust

Rust
208
9 分钟前

High-performance durable, transactional embedded storage engine designed for flash and RAM optimization.

C
197
6 天前

Package for fast persistent, transactional, and embedded key-value storage. LevelDB-WiscKey inspired.

Go
132
1 个月前

分布式键值系统,供学习使用,不断完善中。截至目前:根据LSM论文,并结合CPP已有的实现,利用Java实现了LSM架构;综合Dubbo等框架的特点,实现了简洁的RPC框架。

Java
130
6 年前

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 VidarDB engine, a versatile storage engine for various workloads. See the link for more info about VidarDB engine.

C
126
2 年前

Tangseng search engine including full text search and vector search base on golang. 基于go语言的搜索引擎,信息检索系统

Go
124
3 个月前

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

Rust
101
5 年前