inelpandzic / simpledbLinks
SimpleDB - A Simple Relational DBMS
☆25Updated 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 basic Raft implementation in Go.☆233Updated last year
- A Go library for handling LFU cache operations in O(1)☆41Updated last year
- Building an intuition for latency and throughput of basic operations across SQL databases.☆55Updated 2 years ago
- ViewStamped Replication implementation in Go☆42Updated 2 years ago
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆124Updated 2 years ago
- A toy, ACID compliant, and Relational-ish DBMS built from scratch☆42Updated 5 months ago
- one billion row challenge☆43Updated last year
- An LSM Tree based Key-Value storage engine written in Go☆44Updated last year
- A disk based KV store (based on Bitcask implementation)☆197Updated 2 years ago
- Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package☆36Updated last year
- Package for fast persistent, transactional, and embedded key-value storage. LevelDB-WiscKey inspired.☆159Updated 8 months ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆63Updated last year
- You Don't Know Go Yet book.☆144Updated 3 years ago
- An implementation of the Raft consensus protocol.☆40Updated 3 weeks ago
- An implementation of an educational RDBMS in Go☆22Updated last year
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆40Updated 3 years ago
- Writing a SQL database, take two: Zig and RocksDB☆160Updated 3 years ago
- A Github repo for Building a NoSQL database from zero☆59Updated 3 years ago
- Sorted Data Structure Server - Treds is a Data Structure Server which returns data in sorted order and is the fastest prefix search serve…☆65Updated last month
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- Go implementation of SimpleDB, a basic RDBMS described by the "Database Design and Implementation" book by Edward Sciore☆32Updated 9 months ago
- A SQL-like query language on general Key-Value DB☆142Updated 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
- LSM-based key-value store in Go for educational purpose.☆79Updated 9 months ago
- Scan-resistant, sharded Go cache. Admission-LFU/LRU/LFU/FIFO evictions with object pooling and optional embedded, p2p mesh cluster.☆72Updated 3 weeks ago
- Dynamo-inspired distributed leader-less key-value database that has no unique features and no apparent reason to exist☆42Updated 2 years ago
- Toolkit for solving and generating Sudoku puzzles in Go☆102Updated last year
- A Write-Ahead-Log implementation in Go☆23Updated last year
- 📐 The fastest and smallest Go math library for constrained environments, like microcontrollers or WebAssembly.☆89Updated 4 months ago
- Dare-DB is a lightweight in-memory database written in Go, featuring Redis-inspired hashtables and HTTP/HTTPS endpoints for seamless data…☆57Updated 3 weeks ago