my-company-project-materialized-view-microservice

Microservice. Project. Query side. Materialized view.

View the Project on GitHub

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

Running instructions

Run RabbitMQ

$ brew services start rabbitmq

Make sure that services are running:

Dependencies:

$ cd my-company-project-materialized-view-microservice
$ ./mvnw spring-boot:run

Application will be available on port 8083 (http://localhost:8083)

Explore

curl

$ curl http://localhost:8083/projects 

rambittmq

Open RabbitMQ management web console at http://localhost:15672/ and explore exchanges, queues and messages.

username: guest password: guest

registry backing service

Open Registry (Eureka) web console at http://localhost:8761/ and find ‘my-company-project-materialized-view-microservice’ registered.