projects/my-company-blog-materialized-view
![release](https://camo.githubusercontent.com/5a9bae952564d2b4bcb6ebd58f12d2a2992f0c7ae70f78d5b031e013c9321757/687474703a2f2f6769746875622d72656c656173652d76657273696f6e2e6865726f6b756170702e636f6d2f6769746875622f6976616e732d696e6e6f766174696f6e2d6c61622f6d792d636f6d70616e792d626c6f672d6d6174657269616c697a65642d766965772f72656c656173652e7376673f7374796c653d666c6174)
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 'BlogPost' aggregate.
This project is driven using Maven.
Make sure that you have this libraries installed in your local maven repsoitory:
$ cd my-company-blog-materialized-view
$ ./mvnw clean install
This component comes with tests. Use the following command to execute the tests using Maven:
$ ./mvnw test
Created by Ivan Dugalic@lab. Need Help? Join our Slack team.