# Event Sourcing & CQRS

* <https://eventstore.org/docs/event-sourcing-basics/index.html>
* <https://www.martinfowler.com/eaaDev/EventSourcing.html>
* <https://martinfowler.com/bliki/CQRS.html>
* <https://github.com/leandrocp/awesome-cqrs-event-sourcing>
* <https://github.com/heynickc/awesome-ddd>
* GOTO 2014 • Event Sourcing • Greg Young <https://www.youtube.com/watch?v=8JKjvY4etTY>
* Event sourcing - Greg Young - DPC2016 <https://youtu.be/I3uH3iiiDqY>
* Greg Young — A Decade of DDD, CQRS, Event Sourcing <https://www.youtube.com/watch?v=LDW0QWie21s>
* Martin Kleppmann — Event Sourcing and Stream Processing at Scale <https://youtu.be/avi-TZI9t2I>
* <https://www.baeldung.com/cqrs-event-sourced-architecture-resources>
* <https://blog.softwaremill.com/event-sourcing-using-kafka-53dfd72ad45d>
* <https://www.confluent.io/blog/event-sourcing-cqrs-stream-processing-apache-kafka-whats-connection/>
* <https://kalele.io/blog-posts/really-simple-cqrs/>
* <https://microservices.io/patterns/data/event-sourcing.html>
* <https://bulldogjob.pl/articles/122-cqrs-i-event-sourcing-czyli-latwa-droga-do-skalowalnosci-naszych-systemow_>
* <https://eventuate.io/whyeventsourcing.html>
* <http://www.kennybastani.com/2016/04/event-sourcing-microservices-spring-cloud.html>
* <https://docs.microsoft.com/en-gb/azure/architecture/patterns/cqrs>
* WJUG #204 - Marcin Haręza: Event Sourcing - co to, po co to, jak to? <https://youtube.com/watch?v=dEA6uv0FPpE>
* <https://www.amazon.com/Exploring-CQRS-Event-Sourcing-maintainability/dp/1621140164>
* <http://blog.langer.eu/2014/09/02/literature.html>
* <https://github.com/cer/event-sourcing-examples/wiki/WhyEventSourcing>
* <https://github.com/kbastani/event-sourcing-microservices-basics>
* <https://github.com/kbastani/spring-cloud-event-sourcing-example>
* <https://medium.com/@pierreprinetti/event-sourcing-in-go-the-event-handler-29f9438c58f0>
* <https://medium.com/@shijuvar/building-microservices-with-event-sourcing-cqrs-in-go-using-grpc-nats-streaming-and-cockroachdb-983f650452aa>
* <https://github.com/bringmeister/event-sourcing-with-kotlin>
* <https://tuhrig.de/event-sourcing-with-kotlin/>
* <https://www.slideshare.net/ubertobarbini/cqrs-with-event-source-in-functional-sauce-served-by-kotlin>
* <https://github.com/Pragmatists/eventsourcing-java-example>
* <https://github.com/ddd-by-examples/event-source-cqrs-sample>
* <https://github.com/VaughnVernon/IDDD_Samples>
* <https://www.hugopicado.com/2017/05/06/what-event-sourcing-is-not.html>
* <https://cqrs.files.wordpress.com/2010/11/cqrs_documents.pdf>
* GOTO 2017 • The Many Meanings of Event-Driven Architecture • Martin Fowler <https://www.youtube.com/watch?v=STKCRSUsyP0>
* Scaling Event Sourcing for Netflix Downloads <https://www.youtube.com/watch?v=rsSld8NycCU>
* <https://stackoverflow.com/questions/17708489/using-kafka-as-a-cqrs-eventstore-good-idea/>
* <https://gist.github.com/bobthemighty/b241a4fccadbd7591024>
* <http://uniknow.github.io/AgileDev/site/0.1.9-SNAPSHOT/parent/ddd/core/glossary.html>
* YOW! Nights March 2016 Martin Fowler - Event Sourcing <https://www.youtube.com/watch?v=aweV9FLTZkU>
* <http://www.kennybastani.com/2016/04/event-sourcing-microservices-spring-cloud.html>
* <https://github.com/kbastani/spring-cloud-event-sourcing-example>
* <https://github.com/kbastani/event-sourcing-microservices-basics>
* <https://thenewstack.io/how-cqrs-works-with-spring-tools/>
* <https://github.com/ddd-by-examples>
* The Dark Side of Event Sourcing: Managing Data Conversion <http://files.movereem.nl/2017saner-eventsourcing.pdf>
* Event Sourcing Anti Patterns and Failures - Nathan Ladd <https://youtu.be/vh1QTk34350>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kgoralski.gitbook.io/wiki/event-sourcing-and-cqrs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
