Powered by Rock the JVM!
This repository contains the code we wrote during the CQRS video demo with Scala, Akka and Cassandra/Astra DB
- install your favorite IDE - in the video I work with IntelliJ IDEA
- either clone the repo or download as zip
- open with the IDE as an SBT project
Start by cloning this repository and checkout the start
tag:
git checkout start
Either clone this repo as it is, or do
git checkout master
If you have changes to suggest to this repo, either
- submit a GitHub issue
- tell me in the course Q/A forum
- submit a pull request!