mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-10 05:37:44 +02:00
18 lines
463 B
Markdown
18 lines
463 B
Markdown
# Data Manager
|
|
|
|
This component is responsible for fetching data from the HTWK website and storing it in the database.
|
|
It's also responsible for providing migration scripts for the database.
|
|
Main functionality is to fetch groups, plans and sport events. Saving user created ical Feeds
|
|
and providing them to the user is part of another component.
|
|
|
|
The technology stack is as follows:
|
|
- Neo4j
|
|
- Golang
|
|
- Docker
|
|
- Docker-Compose
|
|
|
|
## Setup
|
|
|
|
### Prerequisites
|
|
|
|
- Docker |