auxten / go-sqldbLinks
A pure golang SQL database for database theory research
☆842Updated 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,165Updated 4 months ago
- An early PostgreSQL implementation in Go☆721Updated 4 years ago
- Write ahead log for Go.☆664Updated 7 months ago
- A course to build the SQL layer of a distributed database.☆1,976Updated last year
- Raft library for maintaining a replicated state machine☆860Updated last week
- Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.☆2,168Updated 4 months ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆263Updated 5 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
- 📝 Go: A Documentary | https://golang.design/history☆1,069Updated 2 weeks ago
- B-tree implementation for Go☆1,120Updated last year
- B-tree implementation for Go☆239Updated 3 years ago
- High-performance, columnar, in-memory store with bitmap indexing in Go☆1,477Updated last year
- Raft backend implementation using BoltDB☆684Updated this week
- 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…☆223Updated last year
- A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data stru…☆3,481Updated 2 weeks ago
- Embedded key-value store for read-heavy workloads written in Go☆1,342Updated 5 months ago
- Fast and easy-to-use skip list for Go.☆416Updated 9 months ago
- High Availability Raft Framework for Go☆636Updated 2 months ago
- A course to build distributed key-value service based on TiKV model☆3,692Updated last month
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆258Updated 2 years ago
- A simple implementation of the Google File System in golang☆160Updated 7 years ago
- high performance in-memory cache☆297Updated 3 months 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.☆210Updated 9 months ago
- Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser☆290Updated last year
- An implementation of failpoints for Golang.☆850Updated last year
- Online deadlock detection in go (golang)☆1,121Updated 5 months ago
- Simple SQL parser meant for querying CSV files☆423Updated 3 years ago
- 阅读 boltDB 源码后的小结☆266Updated 2 years ago
- Easy to use distributed event bus similar to Kafka☆95Updated 2 years ago
- Provides easy-to-use async IO interface with io_uring☆648Updated last year