Get the latest tech news
Chronicle – Idiomatic, type safe event sourcing framework for Go
Idiomatic, type safe event sourcing framework for Go. - DeluxeOwl/chronicle
This fine-grained concurrency model is what allows event-sourced systems to achieve high throughput, as the vast majority of operations on different aggregates can proceed in parallel without any contention. serde/: This package (serde = ser ializer/ de serializer) provides the interface and default JSON implementation for converting your event structs into a storable format and back again. cqrs example a "prod ready" sink with postgres, maybe with NATS handling system wide constraints: like unique usernames event deletion/compaction - or archiving first class support for sagas/workflows (maybe a separate package) jobs?
Or read this on Hacker News