krasun / gosqldb
A key-value persistent database that supports SQL queries over B+ and LSM trees
☆30Updated 3 years ago
Alternatives and similar repositories for gosqldb
Users that are interested in gosqldb are comparing it to the libraries listed below
Sorting:
- Log-structured merge-tree☆30Updated 2 years ago
- on-disk hash table(mainly for WAL).☆27Updated last year
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆38Updated 6 years ago
- A simplified implementation for log structured merge tree.☆61Updated 4 years ago
- ☆34Updated 4 years ago
- Go implementation of B plus tree☆33Updated 3 years ago
- Distributed key-value database in Go☆43Updated 4 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆41Updated 4 years ago
- B+ tree in pure Go.☆93Updated 10 years ago
- Server for benchmarking pure Go key/value databases☆33Updated 8 years ago
- Storage algorithms.☆38Updated 4 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Easy to use distributed event bus similar to Kafka☆95Updated 2 years ago
- Interactive Assembler for Go☆64Updated 6 months ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆262Updated 3 months ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 2 months ago
- Raft backend using LevelDB☆31Updated 2 years ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆40Updated 3 years ago
- Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package☆35Updated 7 months ago
- ☆16Updated 3 years ago
- Implementation of git internals from scratch in Go language☆50Updated 3 years ago
- A persistent storage (in file) based using B+ tree with byte-slice keys and values☆27Updated 3 years ago
- B+ tree in memory with mvcc support☆18Updated 6 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆368Updated last year
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆60Updated 6 months ago
- Fast event-loop networking for Go (the lite version)☆72Updated 4 years ago
- Simple and efficient WAL implementation in Go 🚀☆60Updated last year
- 🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk…☆33Updated last year