Skip to content
#

key-value-store

Here are 173 public repositories matching this topic...

A console-based Key-Value store engine built for the Advanced Algorithms and Data Structures course. Implements efficient data structures like Memtable, SSTable, and LRU Cache, with durability ensured by a Write-Ahead Log (WAL). Features include Bloom Filters, prefix/range scans, and external configuration support.

  • Updated Jul 19, 2025
  • Go

A Go-based key-value store showcasing cloud-native patterns like transactional logging, data sharding, encryption, TLS, and circuit breakers. Built with hexagonal architecture for modularity and extensibility, it includes a robust API and in-memory storage for efficiency and stability.

  • Updated Jan 11, 2025
  • Go

Improve this page

Add a description, image, and links to the key-value-store topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the key-value-store topic, visit your repo's landing page and select "manage topics."

Learn more