Sample program to create, update and delete the same aggregate

Hi,
Can you please provide a sample program to create, update and delete the same aggregate.

I’m sorry Dave, I’m afraid i cannot do that.

Please visit https://docs.axoniq.io/reference-guide/ it has examples how to start with axon, also it would be beneficial for you to research on DDD concepts on the aggregates to understand properly what you mean by creting, updating and deleting an Aggregate.

Cheers :slight_smile:

I have a sample on GitHub you can check out. It is a work in progress, but currently it implements a simple user profile. It also provides a working example of an oath2 resource server and adapts subscription queries to html5 server sent events, with a 15 second heartbeat. It has some experimental stuff too. For example, I'm persisting materialized views as json in postgres. Maybe it's helpful?

https://github.com/troyhart/yardsale

You can take a look at these provided by Axon team:
simple https://github.com/abuijze/bike-rental-demo

medium https://github.com/AxonIQ/giftcard-demo

hard https://github.com/AxonFramework/Axon-trader

I also recommend looking at my app https://github.com/Sam-Kruglov/bike-rental-demo/commits/master which is a fork of the “simple” I linked above, you can go through each commit and run it, take the journey in migration Spring MVC to Axon