./build.sh
docker-compose up -d
- Stop all instances:
docker-compose stop
- Pull changes from Git:
cd .. && git pull origin master && cd -
- Build new environment:
sh build.sh
- Start environment:
docker-compose up -d
docker-compose scale taskmanager=<N>
# Login via SSH (password: installed)
ssh -p 2222 root@localhost
# Upload files
scp -P 2222 <file> root@localhost:/<path>
# Run a Apache Flink topology
ssh -p 2222 root@localhost /usr/local/flink/bin/flink run -c <class> <jar> <params>
docker-compose kill
docker-compose rm -f
- PaNeRo Platform
- HTTP port on
8080
- Health endpoint
/health
- Metric endpoint
/metrics
- Weather endpoint
/weather
- HTTP port on
- Apache ActiveMQ
- Admin Web Console on port
8161
- OpenWire protocol port on
61617
- OpenWire SSL protocol port on
61616
- STOMP protocol port on
61614
- STOMP SSL protocol port on
61613
- MQTT protocol port on
1884
- MQTT SSL protocol port on
1883
- Admin Web Console on port
- Apache Flink JobManager
- Web Dashboard is on port
48080
- Web Client is on port
48081
- RPC port
6123
(default, not exposed to host) - SSH Port
2222
- Web Dashboard is on port
- Apache Flink TaskManagers
- RPC port
6121
(default, not exposed to host) - Data port
6122
(default, not exposed to host) - Randomly assigned SSH port, check with
docker ps
- RPC port
- InfluxDB
- Web UI on port
8083
- TCP port on
8086
- Database:
panero
- Admin User:
NEMAR
- Admin Password:
PANERO
- Web UI on port
- Grafana
- Web UI on port
3000
- Admin User:
NEMAR
- Admin Password:
PANERO
- Web UI on port
Default root
password is installed
.