Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 572 Bytes

File metadata and controls

10 lines (7 loc) · 572 Bytes

A-comparison-of-CRUD-and-CQRS-patterns-using-shopping-cart-application

This repository is ment be used alongside the this blog.

Here a basic shopping cart application has been deployed in 3 frameworks

  1. Akka-CQRS
  2. Axon-CQRS
  3. Spring Boot-CRUD

These impliementaions will give understanding about data access patterns and the frameworks in which they can be implimented. For more details plase refer to the blog mentioned earlier.