zaynabed / goDBLinks
Database management system built from scratch using Golang to handle data persistence to disk, query optimization via indexing, and concurrent access
☆20Updated last year
Alternatives and similar repositories for goDB
Users that are interested in goDB are comparing it to the libraries listed below
Sorting:
- An LSM Tree based Key-Value storage engine written in Go☆44Updated last year
- A Write-Ahead-Log implementation in Go☆23Updated last year
- A simple distributed task scheduler written in Go . It's designed to handle a high volume of tasks, distribute them across multiple worke…☆73Updated last year
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆199Updated last year
- A Github repo for Building a NoSQL database from zero☆59Updated 3 years ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆40Updated 3 years ago
- (educational) build your own disk based KV store in Go☆253Updated last year
- A fast and easy-to-configure load balancer☆72Updated this week
- distributedfilesystemgo☆311Updated last year
- Awesome list of most starred go frameworks on GitHub☆66Updated 3 years ago
- Low level system design solutions in Golang☆76Updated 7 months ago
- Distributed key-value database in Go☆44Updated 5 years ago
- A basic Raft implementation in Go.☆233Updated last year
- Implementation of MapReduce in Go.☆26Updated 5 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆124Updated 2 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆111Updated 8 months ago
- LSM-based key-value store in Go for educational purpose.☆79Updated 9 months ago
- A fully featured SQL database written in Go☆52Updated 10 months ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆378Updated 2 years ago
- A simple implementation of distributed cache system☆15Updated 2 years ago
- ☆17Updated 10 years ago
- A slick BTree on disk based key value store implemented in pure Go☆151Updated 3 years ago
- Go chat application. Implemented in multiple ways, using golang channel and redis pub/sub model☆66Updated 3 years ago
- A simple SQL-like database built on top of Key-Value storages☆25Updated 2 years ago
- Log-structured merge-tree☆32Updated 2 years ago
- A distributed file system written in Go.☆91Updated 3 months ago
- SimpleDB - A Simple Relational DBMS☆25Updated 11 months ago
- A simple database built from scratch in Rust☆77Updated last year
- ☆18Updated last year