You can ignore it if you just want to run this project.
Unzip logs to log-data/
according below structure:
Examples:
log-data/
|_____ 197812/
|_____ 55682/
- Create file
.env
and configure Proxy like below, this is optional step:
http_proxy="http://xxxxx:8080"
https_proxy="http://xxxxx:8080"
- Build script
.\build.sh
- Build Images only
docker-compose --env-file .env build
start containers:
docker-compose up -d
submit flink job:
docker exec -it flinkdemo_jobmanager_1 bash -c "cd job;./run_job.sh"
docker-compose down -v
docker-compose restart
- Flink Dashboard
- Grafana Dashboard