johngodoi / online-store-cqrs

A event-sourcing & CQRS online store, based on Akka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

online-store-cqrs [WIP]

A event-sourcing & CQRS online store, based on Akka

How to run it

  • You will need docker & docker-composed installed

  • From root project directory, start cassandra db:

    • docker-compose up
  • Yet from root dir, build the project:

    • gradle build
    • A jar file will show up at ./target/
  • Run it:

    • java -jar ./target/online-store.jar

About

A event-sourcing & CQRS online store, based on Akka

License:Apache License 2.0


Languages

Language:Scala 89.6%Language:Kotlin 9.7%Language:Java 0.7%