Skip to content
/ memo Public
forked from keyvanakbary/memo

A CQRS and Event Sourcing blogging playground to explore Axon Framework

Notifications You must be signed in to change notification settings

thaingo/memo

 
 

Repository files navigation

Memo

A blogging platform built upon CQRS and Event Sourcing.

Basically a playground to explore and play with Axon Framework.

The code is divided in 4 modules:

  • Core: Where the write model lives, it will eventually host the business logic for the blogging platform.
  • Core API: Where the events and commands necessary to communicate with the domain live.
  • Query: Where the read model lives.
  • Web: A simple web app that pulls all together and exposes it to the world.

About

A CQRS and Event Sourcing blogging playground to explore Axon Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.7%
  • HTML 3.3%