Lists (5)
Sort Name ascending (A-Z)
Stars
A list of learning materials to understand databases internals
Distributed SQL database in Rust, written as an educational project
Learn how to design systems at scale and prepare for system design interviews
Contains Company Wise Questions sorted based on Frequency and all time
Markdown version of my system design notes, compiled from a bunch of different online resources
A course of building an LSM-Tree storage engine (database) in a week.
A course to build distributed key-value service based on TiKV model
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
A curated list of awesome System Design (A.K.A. Distributed Systems) resources.
Lightweight, fast and reliable key/value storage engine based on Bitcask.
Split your file into encrypted fragments so that you don't need to remember a passcode
open source training courses about distributed database and distributed systems
Delivers efficient, stable, and secure data distribution and acceleration powered by P2P technology, with an optional content‑addressable filesystem that accelerates OCI container launch.
RocksDB/LevelDB inspired key-value database in Go
Roadmap to becoming a Go developer in 2020
A slick BTree on disk based key value store implemented in pure Go
Gita.io is an API adhering to standards of OpenAPI v3.0, to leverage the Gita verses programmatically. The Gita.io API serves the verses in the native Devanagari script along with their translitera…
Collection of components to backup and restore the etcd of a Kubernetes cluster.
A curated list of awesome Go frameworks, libraries and software
Curated list of Go design patterns, recipes and idioms
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
This repository has be archived and moved to the new repository https://github.com/dragonflyoss/Dragonfly2.
A Collection of Papers on Database Index Structures
A book-in-progress about the Linux kernel and its insides.
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Design patterns in Golang with implementation.