my-company-project-materialized-view

Project. Query side. Materialized view.

View the Project on GitHub

projects/my-company-project-materialized-view CircleCI release

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 ‘Project’ aggregate.

Development

This project is driven using Maven.

Run/Install locally

Make sure that you have this libraries installed in your local maven repsoitory:

$ cd my-company-project-materialized-view
$ ./mvnw clean install

Run tests

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.