MyKVStore

command module
v0.0.0-...-fcadf4f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2026 License: MIT Imports: 13 Imported by: 0

README

MyKVStore

A distributed, reliable key-value store built to learn the Raft consensus algorithm and etcd.

Note: This is a personal learning project to understand etcd internals. It does not implement all etcd features and is not production-ready.

Architecture

Learnings

Topic Doc
Raft Leader Election learnings/LeaderElection.md
MyKVStore Architecture learnings/MyKVStoreArchitecture.md

Tech Stack

Layer Technology
Consensus go.etcd.io/raft/v3
Storage go.etcd.io/bbolt
API gRPC + Protocol Buffers
Logging go.uber.org/zap
Language Go 1.21+

See the examples/ directory for working code samples.

References

Contact

Pawan Mehtaarowpk@gmail.com

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
wal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL