krasun / gosqldbLinks
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☆31Updated 2 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆274Updated 7 months ago
- Distributed key-value database in Go☆44Updated 5 years ago
- A slick BTree on disk based key value store implemented in pure Go☆149Updated 3 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- Easy to use distributed event bus similar to Kafka☆95Updated 3 years ago
- Simple SQL parser☆77Updated 7 months ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆39Updated 6 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆372Updated last year
- A pure golang SQL database for database theory research☆844Updated 4 years ago
- A Go port of Apache Lucene(Go版Lucene)☆61Updated this week
- Storage algorithms.☆38Updated 4 years ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆190Updated last year
- "Writing An Interpreter in Go" and "Wring A Compiler in Go"☆232Updated 6 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- B+ tree in pure Go.☆94Updated 10 years ago
- A persistent storage (in file) based using B+ tree with byte-slice keys and values☆28Updated 3 years ago
- Go implementation of B plus tree☆33Updated 3 years ago
- on-disk hash table(mainly for WAL).☆29Updated last year
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 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.☆261Updated 2 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆42Updated 5 years ago
- LSM tree based key-value database☆31Updated last year
- A fast little LRU cache for Go☆173Updated 2 years ago
- Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser☆298Updated last year
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single m…☆225Updated last year
- Material for a talk about parsers at Godays 2020.☆34Updated 5 years ago
- A simple implementation of the Google File System in golang☆161Updated 7 years ago
- (educational) build your own disk based KV store in Go☆241Updated last year