- aoe-data-analytics
- aoe-data-services
- aoe-semantic-apis
- aoe-streaming-app
- aoe-web-backend
- aoe-web-frontend
Microservices for querying analytics and statistics from databases.
Logical application components are separated in the modular structure of the project.
Status check endpoint provided by Actuator at
[api]/actuator/health
Compile the project with all its modules at root
mvn package
OR repackage
mvn clean package spring-boot:repackage
Run the project with all its modules at root
mvn spring-boot:run
OR individually
mvn spring-boot:run -pl [module]