Tuesday Jun 18
15:30 –
16:15
Administratiezaal

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

Slides:


This video is also available in the GOTO Play video app! Download it to enjoy offline access to our conference videos while on the move.

Available in Google Play Store or Available in Apple App Store




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?

  • A high level idea of what CQRS, Event Sourcing and Message Driven API's entail
  • How Axon Framework helps and guides you to follow these principals
  • How PCF enables you to quickly deploy and scale your services

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

live demo
Microservices
CQRS
software architecture