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).☆279Updated 10 months ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆37Updated 6 years ago
- A slick BTree on disk based key value store implemented in pure Go☆151Updated 3 years ago
- Easy to use distributed event bus similar to Kafka☆95Updated 3 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆378Updated 2 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- Go implementation of B plus tree☆33Updated 3 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.☆199Updated last year
- B-tree implementation for Go☆239Updated 3 years ago
- Simple SQL parser☆78Updated 11 months ago
- A persistent storage (in file) based using B+ tree with byte-slice keys and values☆28Updated 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.☆264Updated 2 years ago
- Interactive Assembler for Go☆67Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- Implementing bplustree base on disk(kv store).☆34Updated 6 years ago
- "Writing An Interpreter in Go" and "Wring A Compiler in Go"☆234Updated 6 years ago
- A pure golang SQL database for database theory research☆849Updated 4 years ago
- Storage algorithms.☆38Updated 4 years ago
- B+ tree in pure Go.☆95Updated 10 years ago
- Successor of my monkey Interpreter(support for class, linq, sql, net, http, fmt, json and A realtime syntax highlighting REPL).☆129Updated 3 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆43Updated 5 years ago
- ☆34Updated 4 years ago
- on-disk hash table(mainly for WAL).☆29Updated 2 years ago
- 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…☆226Updated 2 years ago
- A tree-walking interpreter implemented in Golang for Lox, with a browser playground supported by WASM | 一个基于语法树的Lox解释器,附带WASM版本的playgroun…☆45Updated 2 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- (educational) build your own disk based KV store in Go☆253Updated last year