luigitni / simpledbLinks
Go implementation of SimpleDB, a basic RDBMS described by the "Database Design and Implementation" book by Edward Sciore
☆35Updated 10 months ago
Alternatives and similar repositories for simpledb
Users that are interested in simpledb are comparing it to the libraries listed below
Sorting:
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆64Updated last year
- A basic Raft implementation in Go.☆230Updated last year
- LSM-based key-value store in Go for educational purpose.☆85Updated 11 months ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆364Updated last month
- ViewStamped Replication implementation in Go☆42Updated 2 years ago
- one billion row challenge☆44Updated 2 years ago
- An Almost Exactly Once Delivery (AEOD) queue☆80Updated 3 weeks ago
- An implementation of an educational RDBMS in Go☆22Updated last year
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- Implementation of MapReduce in Go.☆26Updated 5 years ago
- distributed, durable, and highly available log built on top of S3☆185Updated last year
- Building an intuition for latency and throughput of basic operations across SQL databases.☆55Updated 2 years ago
- SimpleDB - A Simple Relational DBMS☆26Updated last year
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆37Updated last month
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆102Updated 3 years ago
- (educational) build your own disk based KV store in Go☆254Updated last year
- Modern efficient cache design with simple FIFO queue only in Golang☆167Updated 8 months ago
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆124Updated 2 years ago
- An LSM Tree based Key-Value storage engine written in Go☆45Updated last year
- A disk based KV store (based on Bitcask implementation)☆199Updated 2 years ago
- A SQL-like query language on general Key-Value DB☆142Updated last year
- Databases are awesome! 🕶☆59Updated 2 years ago
- PostgreSQL server wire protocol. Build your own server and start serving connections.☆216Updated 3 weeks ago
- A distributed message queue.☆125Updated 7 months ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆40Updated 3 years ago
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- ☆80Updated last week
- (educational) build your own disk based KV store☆13Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago