auxten / go-sqldbLinks
A pure golang SQL database for database theory research
☆843Updated 3 years ago
Alternatives and similar repositories for go-sqldb
Users that are interested in go-sqldb are comparing it to the libraries listed below
Sorting:
- Raft implementation in Go☆1,185Updated 5 months ago
- A course to build the SQL layer of a distributed database.☆1,986Updated last year
- Write ahead log for Go.☆668Updated 8 months ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆370Updated last year
- An early PostgreSQL implementation in Go☆725Updated 4 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆268Updated 5 months ago
- B-tree implementation for Go☆1,127Updated last week
- 📝 Go: A Documentary | https://golang.design/history☆1,070Updated last month
- 阅读 boltDB 源码后的小结☆267Updated 2 years ago
- Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.☆2,206Updated 5 months ago
- Raft library for maintaining a replicated state machine☆878Updated last week
- Data structure and algorithm library for go, designed to provide functions similar to C++ STL☆1,100Updated 6 months 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.☆260Updated 2 years ago
- Simple SQL parser meant for querying CSV files☆424Updated 3 years ago
- Fast and easy-to-use skip list for Go.☆418Updated 9 months ago
- (Chinese) rosedb 的 mini 版本,帮助理解 bitcask 存储模型以及 rosedb 项目。☆462Updated 11 months ago
- Generic Container and Algorithm Library for Go☆342Updated 11 months ago
- Provides easy-to-use async IO interface with io_uring☆651Updated last year
- A simple implementation of the Google File System in golang☆161Updated 7 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…☆225Updated last year
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- High-performance, columnar, in-memory store with bitmap indexing in Go☆1,487Updated 2 weeks ago
- Naive and Basic impl of a kv-storage based on paxos; for https://blog.openacid.com/algo/paxos/☆241Updated 2 years ago
- A vendor-neutral storage library for Golang: Write once, run on every storage service.☆607Updated 6 months ago
- A course to build distributed key-value service based on TiKV model☆3,716Updated 2 months ago
- Example code for how to get hashicorp/raft running with gRPC☆225Updated 11 months ago
- B-tree implementation for Go☆239Updated 3 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆212Updated 10 months ago
- High Availability Raft Framework for Go☆637Updated 3 months ago
- 自底向上分析boltdb源码https://www.bookstack.cn/books/jaydenwen123-boltdb_book☆85Updated 4 years ago