Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cscfi/aoe-data-analytics
AOE data analytics (mirror)
https://github.com/cscfi/aoe-data-analytics
docker java kafka maven mongodb postgresql spring spring-data-jpa
Last synced: 8 days ago
JSON representation
AOE data analytics (mirror)
- Host: GitHub
- URL: https://github.com/cscfi/aoe-data-analytics
- Owner: CSCfi
- License: gpl-3.0
- Created: 2023-07-31T09:49:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T10:39:40.000Z (4 months ago)
- Last Synced: 2024-07-16T12:01:55.766Z (4 months ago)
- Topics: docker, java, kafka, maven, mongodb, postgresql, spring, spring-data-jpa
- Language: Java
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [AOE - Library of Open Educational Resources](https://github.com/CSCfi/aoe)
## Service Component Links in GitHub (mirrored)
- **aoe-data-analytics**
- [aoe-data-services](https://github.com/CSCfi/aoe-data-services)
- [aoe-semantic-apis](https://github.com/CSCfi/aoe-semantic-apis)
- [aoe-streaming-app](https://github.com/CSCfi/aoe-streaming-app)
- [aoe-web-backend](https://github.com/CSCfi/aoe-web-backend)
- [aoe-web-frontend](https://github.com/CSCfi/aoe-web-frontend)# AOE Data Analytics
Microservices for querying analytics and statistics from databases.
Logical application components are separated in the modular structure of the project.
## Status Check
Status check endpoint provided by Actuator at[api]/actuator/health## Compile Project
Compile the project with all its modules at rootmvn package
OR repackagemvn clean package spring-boot:repackage## Run Project
Run the project with all its modules at rootmvn spring-boot:run
OR individuallymvn spring-boot:run -pl [module]