projects/my-company-team-materialized-view
![release](https://camo.githubusercontent.com/49e277f8f4d4b98b081cf985488ed78f3c837c7e320b8e1346afda740cf51353/687474703a2f2f6769746875622d72656c656173652d76657273696f6e2e6865726f6b756170702e636f6d2f6769746875622f6976616e732d696e6e6f766174696f6e2d6c61622f6d792d636f6d70616e792d7465616d2d6d6174657269616c697a65642d766965772f72656c656173652e7376673f7374796c653d666c6174)
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.