Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/event-sourcing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
- [EventStoreDB Vs Kafka](https://domaincentric.net/blog/eventstoredb-vs-kafka)
- [Go EventSourcing and CQRS with PostgreSQL, Kafka, MongoDB and ElasticSearch](https://dev.to/aleksk1ng/go-eventsourcing-and-cqrs-with-postgresql-kafka-mongodb-and-elasticsearch-44d7)
- [Live Projections for Read Models with Event Sourcing and CQRS](https://medium.com/@TonyBologni/live-projections-for-read-models-with-event-sourcing-and-cqrs-42dd18b19fd0)

## Libraries
- [looplab/eventhorizon](https://github.com/looplab/eventhorizon) - Event Sourcing for Go!
- [bruth/rita](https://github.com/bruth/rita) - Toolkit for event-centric and reactive patterns leveraging https://nats.io.
- [EventStore/EventStore-Client-Go](https://github.com/EventStore/EventStore-Client-Go) - Go Client for Event Store version 20 and above.
- [eventsourcingdb](https://github.com/thenativeweb/eventsourcingdb-client-golang) – Go Client for EventSourcingDB

## Samples
- [AleksK1NG/Go-CQRS-EventSourcing-Microservice](https://github.com/AleksK1NG/Go-CQRS-EventSourcing-Microservice) - Go-CQRS-EventSourcing-Microservice
Expand Down