auxten / go-sqldbLinks
A pure golang SQL database for database theory research
☆846Updated 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,219Updated 8 months ago
- Write ahead log for Go.☆680Updated last month
- An early PostgreSQL implementation in Go☆724Updated 4 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆275Updated 8 months ago
- A course to build the SQL layer of a distributed database.☆2,010Updated 2 years ago
- B-tree implementation for Go☆1,156Updated last month
- 阅读 boltDB 源码后的小结☆268Updated 3 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆374Updated last year
- Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.☆2,236Updated 7 months ago
- Data structure and algorithm library for go, designed to provide functions similar to C++ STL☆1,112Updated last month
- 📝 Go: A Documentary | https://golang.design/history☆1,071Updated 4 months ago
- (Chinese) rosedb 的 mini 版本,帮助理解 bitcask 存储模型以及 rosedb 项目。☆465Updated last year
- Fast and easy-to-use skip list for Go.☆423Updated last year
- Simple SQL parser meant for querying CSV files☆425Updated 4 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.☆262Updated 2 years ago
- Raft library for maintaining a replicated state machine☆922Updated this week
- Generic Container and Algorithm Library for Go☆344Updated last year
- A simple implementation of the Google File System in golang☆161Updated 8 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
- Provides easy-to-use async IO interface with io_uring☆666Updated last year
- B-tree implementation for Go☆239Updated 3 years ago
- (educational) build your own disk based KV store in Go☆246Updated last year
- Learning about containers and how they work by creating them the hard way☆1,639Updated 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.☆220Updated last year
- 🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB☆706Updated last year
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- Raft backend implementation using BoltDB☆691Updated last week
- 通过hashicorp-raft库手把手调试raft协议☆200Updated 3 years ago
- Naive and Basic impl of a kv-storage based on paxos; for https://blog.openacid.com/algo/paxos/☆242Updated 2 years ago
- A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data stru…☆3,515Updated last week