# Event sourcing

## Links

### Articles

* [Event Sourcing made Simple](https://kickstarter.engineering/event-sourcing-made-simple-4a2625113224)
* [Follow these practical principles to get well-designed microservices boundaries](https://medium.freecodecamp.org/follow-these-practical-principles-and-get-well-designed-microservices-boundaries-ef2deffd69e3)
* [Getting a Competitive Edge with a Microservices Based Architecture](https://auth0.com/blog/getting-a-competitive-edge-with-a-microservices-based-architecture/)
* [3 Secrets to Building Microservices | Atlassian](https://www.atlassian.com/continuous-delivery/microservices/building-microservices)
* [CQRS and Event Sourcing Intro For Developers - Software House Altkom Software & Consulting | ASC LAB](https://altkomsoftware.pl/en/blog/cqrs-event-sourcing/)
* [Why Event Sourcing basically requires CQRS and Read Models](https://blog.arkency.com/why-event-sourcing-basically-requires-cqrs-and-read-models/)
* [Developing Transactional Microservices Using Aggregates, Event Sourcing and CQRS - Part 2](https://www.infoq.com/articles/microservices-aggregates-events-cqrs-part-2-richardson)
* [Event sourced domain objects in less than 150 LOC](https://blog.arkency.com/2016/12/event-sourced-domain-objects-in-less-than-150-loc/)
* [Event Sourcing with Aggregates in Rust](https://medium.com/capital-one-tech/event-sourcing-with-aggregates-in-rust-4022af41cf67)

### Videos

* [Scaling Event Sourcing for Netflix Downloads](https://www.youtube.com/watch?v=rsSld8NycCU\&t=2670s)
* [Building a Real-Time Microservices Payments Platform - An Engineer's Dream!](https://www.brighttalk.com/webcast/679/311839/building-a-real-time-microservices-payments-platform-an-engineers-dream)

### Slides

* [Event Sourcing in practice](https://ookami86.github.io/event-sourcing-in-practice/)


---

# 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://wiki.omar.engineer/software-architecture/event-sourcing.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.
