krasun / gosqldbLinks
A key-value persistent database that supports SQL queries over B+ and LSM trees
☆31Updated 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☆32Updated 2 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆274Updated 8 months ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- Distributed key-value database in Go☆44Updated 5 years ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆194Updated last year
- A slick BTree on disk based key value store implemented in pure Go☆149Updated 3 years ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆39Updated 6 years ago
- A persistent storage (in file) based using B+ tree with byte-slice keys and values☆28Updated 3 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆374Updated last year
- on-disk hash table(mainly for WAL).☆29Updated 2 years ago
- Easy to use distributed event bus similar to Kafka☆95Updated 3 years ago
- A pure golang SQL database for database theory research☆846Updated 4 years ago
- B+ tree in pure Go.☆94Updated 10 years ago
- ☆34Updated 4 years ago
- Go implementation of B plus tree☆33Updated 3 years ago
- Simple SQL parser☆78Updated 8 months ago
- Storage algorithms.☆38Updated 4 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- A simple implementation of the Google File System in golang☆161Updated 8 years ago
- 使用 Go 实现一个 LSM Tree 数据库☆95Updated 5 months ago
- LSM tree based key-value database☆31Updated last year
- A Go port of Apache Lucene(Go版Lucene)☆62Updated last week
- Implementation of git internals from scratch in Go language☆50Updated 3 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆262Updated 2 years ago
- Material for a talk about parsers at Godays 2020.☆34Updated 5 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆104Updated 7 months ago
- A fast little LRU cache for Go☆173Updated 2 years ago
- "Writing An Interpreter in Go" and "Wring A Compiler in Go"☆234Updated 6 years ago
- (educational) build your own disk based KV store in Go☆243Updated last year
- Implementing bplustree base on disk(kv store).☆34Updated 5 years ago