Skip to content
/ mint Public

mint is a simple, single-file key–value store built in Go, with transaction support, TTL, and crash safety.

Notifications You must be signed in to change notification settings

cchirag/mint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Mint

Mint is a transactional, single-file key-value store written in Go. It prioritizes correctness and simplicity, aiming to provide a minimal yet extensible foundation for persistent storage.

🧭 Motivation

Mint was created to explore how low-level storage systems work — from file structure and page management to transactions and TTL encoding. The goal is to avoid premature abstraction or optimization in favor of clarity, transparency, and a hands-on understanding of database internals.

All work is tracked through structured issues and categorized by logical components like core, ttl, or index. The project is intentionally kept small, inspectable, and educational.

🗃️ Project Resources

  • 🧩 Tasks & Issues – All active and historical development tasks
  • 🧠 Wiki – Design notes, dev logs, and architectural overviews
  • 📋 Project Board – Visual task flow and current progress

About

mint is a simple, single-file key–value store built in Go, with transaction support, TTL, and crash safety.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published