Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raimo Radczewski - EventSourcing & CQRS (38th eBay Tech talk) #99

Open
tamascsaba opened this issue Feb 16, 2017 · 0 comments
Open

Raimo Radczewski - EventSourcing & CQRS (38th eBay Tech talk) #99

tamascsaba opened this issue Feb 16, 2017 · 0 comments

Comments

@tamascsaba
Copy link
Contributor

speaker: Raimo Radczewski
topic: EventSourcing & CQRS
video: https://www.youtube.com/watch?v=bOX0akLqXeA
length: 1:15:03

In this eBay Tech talk, Raimo explains how you can use EventSourcing and Command-Query-Responsibility-Segregation in order to create a scalable software that can be evolved according to the needs of your business.

One table with three columns; with eventsourcing, that's all you need to develop an e-commerce system, or a crm app, or basically every application you can imagine.

Instead of saving the state of an application like we're used to, we're capturing domain events: everything relevant that happened in your application. The state of your application is inferred from these events at runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant