Skip to content

About

gruezi is a Service Discovery & Distributed Key-Value Store project with the current implementation centered on high availability.

Current scope

The strongest current story is a small, serious HA runtime:

  • unicast UDP peer advertisements over 9375/udp
  • explicit INIT, BACKUP, and MASTER states
  • VIP add/remove behavior on state transition
  • management API on 9376/tcp
  • CLI status and peer inspection
  • packet authentication and conservative failover logic

Direction

The longer-term direction includes:

  • DNS-based service discovery
  • split-brain prevention improvements
  • distributed KV mode using Raft
  • snapshots and membership workflows
  • broader observability and security work

Positioning

gruezi should not be presented as a finished platform yet. HA mode is real today. Service discovery and distributed KV remain in progress.

Released under the BSD-3-Clause License