Team. Query side. Materialized view.
This component is an event-listener and processor. It listens for the Events and processes them in whatever way makes the most sense. In this case it just builds and maintains a materialized view which tracks the state of the aggregate.
This project is driven using Maven.
Make sure that you have this libraries installed in your local maven repository:
$ ./mvnw clean install
This component comes with some rudimentary tests as a good starting point for writing your own. Use the following command to execute the tests using Maven:
$ ./mvnw test
Created by Ivan Dugalic@lab. Need Help? Join our Slack team.