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: over 1 year 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T08:32:11.000Z (over 1 year ago)
- Last Synced: 2025-02-07T09:29:46.469Z (over 1 year 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)
# ⚠️ Project Moved ⚠️
## AOE project has been moved to a new location!
The repository is no longer maintained here.
Find the latest updates and contributions at:
👉 **[Opetushallitus/aoe](https://github.com/Opetushallitus/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 root
mvn package
OR repackage
mvn clean package spring-boot:repackage
## Run Project
Run the project with all its modules at root
mvn spring-boot:run
OR individually
mvn spring-boot:run -pl [module]