apache / streampipes

Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.
https://streampipes.apache.org
Apache License 2.0
555 stars 172 forks source link

chore: update docker-compose of IoTDB #2811

Closed bossenti closed 2 weeks ago

bossenti commented 2 weeks ago

Purpose

Update docker-compose file based on https://iotdb.apache.org/UserGuide/latest/Deployment-and-Maintenance/Docker-Install.html#have-a-try

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

bossenti commented 2 weeks ago

Are the logs automatically truncated with this configuration?

No, this can be achieved by modifying the log configuration: https://stackoverflow.com/questions/78177657/for-apache-iotdb-service-deployed-by-docker-how-to-modify-to-only-print-specifi But I think this is not generally required for the DEV/CLI setup, but I'll add it as a note to the docker compose