amit-davidson / LibraDBLinks
LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.
☆198Updated last year
Alternatives and similar repositories for LibraDB
Users that are interested in LibraDB are comparing it to the libraries listed below
Sorting:
- A Github repo for Building a NoSQL database from zero☆59Updated 3 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆376Updated last year
- (educational) build your own disk based KV store in Go☆251Updated last year
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- A disk based KV store (based on Bitcask implementation)☆197Updated last year
- A basic Raft implementation in Go.☆230Updated last year
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆124Updated 2 years ago
- The AriaSQL relational database management system.