zaynabed / goDBLinks
Database management system built from scratch using Golang to handle data persistence to disk, query optimization via indexing, and concurrent access
☆17Updated last year
Alternatives and similar repositories for goDB
Users that are interested in goDB are comparing it to the libraries listed below
Sorting:
- A Write-Ahead-Log implementation in Go☆22Updated last year
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆196Updated last year
- An LSM Tree based Key-Value storage engine written in Go☆43Updated last year
- A Github repo for Building a NoSQL database from zero☆59Updated 3 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated last year
- (educational) build your own disk based KV store in Go☆251Updated last year
- A lightweight, expressive, and extensible validation library for Go, inspired by Laravel’s Validator.☆34Updated 5 months ago
- A fast and easy-to-configure load balancer☆69Updated 4 months ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆375Updated last year
- Implementation of git internals from scratch in Go language☆50Updated 3 years ago
- A persistent storage (in file) based using B+ tree with byte-slice keys and values☆28Updated 3 years ago
- A slick BTree on disk based key value store implemented in pure Go☆150Updated 3 years ago
- Logical implementation, in Perl and Go, of the computer described in J. Clark Scott's book "But How Do It Know?".☆32Updated 4 years ago
- Low level system design solutions in Golang☆73Updated 6 months ago
- A key-value persistent database that supports SQL queries over B+ and LSM trees☆31Updated 3 years ago
- A RISC-V virtual processor, written in Go.☆26Updated 9 months ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆111Updated 6 months ago
- SimpleDB - A Simple Relational DBMS☆25Updated 9 months ago
- distributedfilesystemgo☆307Updated last year
- A fully featured SQL database written in Go☆51Updated 9 months ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- A simple distributed task scheduler written in Go . It's designed to handle a high volume of tasks, distribute them across multiple worke…☆72Updated last year
- A basic Raft implementation in Go.☆228Updated last year
- Distributed key-value database in Go☆44Updated 5 years ago
- "Hacker's Delight" in Go☆104Updated 8 months ago
- A disk based KV store (based on Bitcask implementation)☆197Updated last year
- An implementation of the Raft consensus protocol.☆39Updated last month
- An operating system written in Go☆139Updated 2 weeks ago
- A distributed message queue.☆125Updated 4 months ago
- LSM-based key-value store in Go for educational purpose.☆79Updated 8 months ago