Skip to content

Second sample show in CEEIM meetup demo using CQRS, ES, DDD with Axon and Kotlin; inspired from https://github.com/kotato/axon-examples

License

Notifications You must be signed in to change notification settings

jahs-es/cqrs-ddd-es-order-meetup

Repository files navigation

CQRS DDD ES order sample

A sample project using this pattern inspired from https://github.com/kotato/axon-examples

Run locally

Before start project, create in MySql this two databases

CREATE DATABASE IF NOT EXISTS orders_write_model;
CREATE DATABASE IF NOT EXISTS orders_read_model;

Username is root and password root001. Change if is needed

About

Second sample show in CEEIM meetup demo using CQRS, ES, DDD with Axon and Kotlin; inspired from https://github.com/kotato/axon-examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published