Eventsourcing good example repo - HappYness-Project/Happy-EventSourcing GitHub Wiki
- https://www.continuousimprover.com/2018/05/building-projections-in-dotnet.html
- https://github.com/oskardudycz/EventSourcing.NetCore
- https://github.com/eugene-khyst/eventstoredb-event-sourcing/tree/main
- https://www.confluent.io/blog/event-sourcing-outgrows-the-database/
- https://codeopinion.com/domain-events-in-event-sourcing-not-exactly/
- https://engincanv.github.io/ddd/domain-events/integration-events/event-driven-architecture/2023/08/05/domain-events-vs-integration-events.html
- https://github.com/meysamhadeli/booking-microservices
- https://getstorystream.com/blog/one-eventstore-per-service/
- https://event-driven.io/en/event_stores_are_key_value_stores/
- https://discuss.eventstore.com/t/multiple-bounded-contexts-sharing-one-event-store/4244
- https://falberthen.github.io/posts/ecommerceddd-pt2/
- https://github.com/AntonioFalcaoJr/EventualShop
- https://github.com/mizrael/SuperSafeBank
- https://github.com/Finaps/EventSourcing
- https://github.com/oskardudycz/event-sourcing-on-prod-workshop
- https://github.com/falberthen/EcommerceDDD
- https://medium.com/nexa-digital/my-journey-into-cqrs-and-event-sourcing-4bd7d0c1c670
- https://mahedee.net/Application-of-Event-Sourcing-using-aspnet-core-DDD-EF-EventStoreDB-and-SQL-Server/
- https://medium.com/@arsalan.valoojerdi/idempotency-in-cqrs-es-projections-strategies-and-implementation-techniques-e21a7cd06575
- https://www.cockroachlabs.com/blog/idempotency-and-ordering-in-event-driven-systems/
- https://softwareengineering.stackexchange.com/questions/386671/how-to-handle-business-rules-that-are-uniqueness-constraints
- https://www.corstianboerman.com/blog/2022-01-20/event-sourced-aggregates
- https://discuss.lightbend.com/t/akka-persistence-and-uniqueness/10368/2