LotusDB

LotusDB is a embedded, log-structured key-value DBMS written in Go.

Data Model

Key/Value

Indexes

B+Tree Hash Table

Query Interface

Custom API

Storage Architecture

Disk-oriented

Storage Organization

Log-structured

System Architecture

Embedded