Event Sourcing¶
Articles¶
- Event Sourcing explained
- Live projections for read models with Event Sourcing and CQRS
- What is Event Sourcing?
- Implementing an event store on NATS: Introduction
- Implementing an event store on NATS: Design
- EventStoreDB Vs Kafka
- Go EventSourcing and CQRS with PostgreSQL, Kafka, MongoDB and ElasticSearch
- Live Projections for Read Models with Event Sourcing and CQRS
Libraries¶
- looplab/eventhorizon - Event Sourcing for Go!
- bruth/rita - Toolkit for event-centric and reactive patterns leveraging https://nats.io.
- EventStore/EventStore-Client-Go - Go Client for Event Store version 20 and above.
Samples¶
- AleksK1NG/Go-CQRS-EventSourcing-Microservice - Go-CQRS-EventSourcing-Microservice
- vardius/go-api-boilerplate - Go Server/API boilerplate using best practices DDD CQRS ES gRPC
- AleksK1NG/Go-EventSourcing-CQRS - Go Event Sourcing CQRS Microservice
- EventStore/training-advanced-go