How to Build CQRS and Event Sourcing Application with Axon and Pivotal Cloud Foundry

Updated on July 18, 2019
GOTO Amsterdam 2019
Ben Wilcock
Ben Wilcock

Established Technology Blogger & Advisory Solution Architect in Cloud Application Transformation

Steven van Beelen
Steven van Beelen

Axon Framework Lead Developer

We hear a lot about ‘Command Query Responsibility Segregation (CQRS)’ and ‘Event Sourcing’ these days, but have you already tried building such a system yourself? CQRS describes a way of developing applications that cleanly separate application models and data sources - the write side and the read side. The read side is populated by the write side typically through events.

Event Sourcing is a specialized pattern for data storage. Instead of storing the current state for an entity, every change of state is stored as a separate event that makes sense to a business user.

There are many things to learn when writing a proper CQRS / ES application and in this live coding presentation we will guide you through the concepts of building message focused, cleanly structured applications using Axon Framework and Pivotal Cloud Foundry.

Why do it this way? PCF allows deliver and scale your system into production fast, while Axon’s command, query and event messaging focus brings clean code and the power to evolve your architecture as the need arises. After this talk, you will be well equipped to begin your own CQRS and Event Sourcing applications, just as we did with “Axon Trader”. See you there!

What will the audience learn from this talk?

Does it feature code examples and/or live coding?
Yes, live coding in Java and operation tasks through PCF

Prerequisite attendee experience level:
Level 100-200

Related

CONTENT