Skip to content

A CQRS and Event Sourcing playground to explore Axon Framework

Notifications You must be signed in to change notification settings

marcinsoja/axonframework-cqrs-ocean

Repository files navigation

AxonFramework - CQRS - Event Sourcing

mvn clean install -P build-docker-images
docker-compose up -d
curl -d '{"pageId": "c0d881e3-3f14-45e6-81fc-284c23016a6f", "layoutId": "1abd9549-d943-4519-8202-92c899a80864", "slug": "article-1", "name":"Article 1"}' -H 'Content-Type: application/json' localhost:17000/command-service/pages 
curl -d '{"contentId": "1abd9549-d943-4519-8202-92c899a80864", "contentType": "article", "order":1}' -H 'Content-Type: application/json' localhost:17000/command-service/pages/c0d881e3-3f14-45e6-81fc-284c23016a6f/elements
curl localhost:17000/query-service/pages 

About

A CQRS and Event Sourcing playground to explore Axon Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages