CQRS use case implementation in AxonIQ

Can anyone suggest some popular use cases of CQRS that I can implement in the Axon Framework? Has anyone implemented use case related to auditing using CQRS?

Hi @Aman_Lonare, I would argue that banking is a good use case since you always want to be able to calculate your current amount of money based on events (deposits and withdraws for example).

But in theory, almost anything can be build with CQRS.
We have our own samples like hotel-demo, giftcard-demo, etc.