auxten / go-sqldbLinks
A pure golang SQL database for database theory research
☆849Updated 4 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,242Updated 10 months ago
- Write ahead log for Go.☆691Updated 3 months ago
- An early PostgreSQL implementation in Go☆728Updated 4 years ago
- A course to build the SQL layer of a distributed database.☆2,029Updated 2 years ago
- B-tree implementation for Go☆1,173Updated last month
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆378Updated 2 years ago
- 阅读 boltDB 源码后的小结☆271Updated 3 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆278Updated 10 months ago
- Raft library for maintaining a replicated state machine☆959Updated this week
- 📝 Go: A Documentary | https://golang.design/history☆1,072Updated 6 months ago
- Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.☆2,242Updated 9 months ago
- A simple implementation of the Google File System in golang☆161Updated 8 years ago
- Fast and easy-to-use skip list for Go.☆430Updated last year
- 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
- (Chinese) rosedb 的 mini 版本,帮助理解 bitcask 存储模型以及 rosedb 项目。☆465Updated last year
- Data structure and algorithm library for go, designed to provide functions similar to C++ STL☆1,123Updated 3 months ago
- Provides easy-to-use async IO interface with io_uring☆674Updated 2 years ago
- Raft backend implementation using BoltDB☆696Updated last month
- 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
- Example code for how to get hashicorp/raft running with gRPC☆230Updated last year
- Simple SQL parser meant for querying CSV files☆425Updated 4 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.☆222Updated last year
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- (educational) build your own disk based KV store in Go☆255Updated last year
- An embedded time-series database☆1,223Updated 4 months ago
- Generic Container and Algorithm Library for Go☆344Updated last year
- Naive and Basic impl of a kv-storage based on paxos; for https://blog.openacid.com/algo/paxos/☆243Updated 2 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- Adaptive Radix Trees implemented in Go☆408Updated 3 weeks ago
- 自底向上分析boltdb源码https://www.bookstack.cn/books/jaydenwen123-boltdb_book☆88Updated 4 years ago