Discover Packages
github.com/codewandler/clstr-go
examples
directory
Version:
v0.30.2
Opens a new window with list of versions in this module.
Published: Feb 4, 2026
License: MIT
Opens a new window with license information.
README
README
¶
Examples
Working examples demonstrating clstr's pillars in action.
Example
Pillars
Description
counter
Cluster + Actor
Distributed counter with HTTP API and Prometheus metrics
accounting
Cluster + Actor + ES
Event-sourced bank accounts with full persistence
loadtest
Event Sourcing
Performance benchmark for aggregate operations
Quick start
# Interactive counter demo
cd examples/counter && go run .
# Automated accounting demo
cd examples/accounting && go run .
# Performance benchmark
cd examples/loadtest && go run .
See each example's README for detailed documentation.
Expand ▾
Collapse ▴
Directories
¶
Package main is a performance benchmark for the Event Sourcing pillar.
Package main is a performance benchmark for the Event Sourcing pillar.
Click to show internal directories.
Click to hide internal directories.