auxten / go-sqldb
A pure golang SQL database for database theory research
☆832Updated 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
- Write ahead log for Go.☆631Updated 2 months ago
- Raft implementation in Go☆1,107Updated this week
- A course to build the SQL layer of a distributed database.☆1,764Updated last year
- B-tree implementation for Go☆1,077Updated 7 months ago
- Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.☆2,113Updated 3 weeks ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆364Updated last year
- An early PostgreSQL implementation in Go☆712Updated 3 years ago
- Raft library for maintaining a replicated state machine☆721Updated this week
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆249Updated this week
- 📝 Go: A Documentary | https://golang.design/history☆1,058Updated 5 months ago
- High Availability Raft Framework for Go☆614Updated last week
- B-tree implementation for Go☆236Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆4,002Updated 5 months ago
- Simple SQL parser meant for querying CSV files☆418Updated 3 years ago
- (Chinese) rosedb 的 mini 版本,帮助理解 bitcask 存储模型以及 rosedb 项目。☆449Updated 5 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.☆251Updated last year
- High-performance, columnar, in-memory store with bitmap indexing in Go☆1,453Updated last year
- A feature complete and high performance multi-group Raft library in Go.☆5,116Updated 6 months ago
- Raft backend implementation using BoltDB☆665Updated 2 weeks ago
- Embedded key-value store for read-heavy workloads written in Go☆1,317Updated 2 weeks ago
- 阅读 boltDB 源码后的小结☆256Updated 2 years ago
- Fast and easy-to-use skip list for Go.☆397Updated 4 months 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…☆222Updated last year
- SQL Parser implemented in Go☆1,512Updated 2 years ago
- Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser☆282Updated 7 months ago
- Data structure and algorithm library for go, designed to provide functions similar to C++ STL☆1,070Updated 3 weeks ago
- A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data stru…☆3,439Updated 3 months ago
- A lightweight stream processing library for Go☆1,967Updated this week
- Learning about containers and how they work by creating them the hard way☆1,617Updated 3 years ago
- A golang LRU Cache for high concurrency☆1,328Updated last month