apucher opened a new pull request #5125: pinot-quickstart companion container for thirdeye URL: https://github.com/apache/incubator-pinot/pull/5125 Expands upon @fx19880617 pinot-thirdeye docker images to enable fully functional startup of ThirdEye as single companion container. The image supports dashboarding, live anomaly detection, and optional data ingestion from pinot. We integrate a dedicated H2 database instance and both, a thirdeye-dashboard process and a thirdeye-controller process. Furthermore, we support multiple startup modes: * **default** - ThirdEye with repo default configs * **ephemeral** - ThirdEye with mock data generated on the fly (pinot not required) * **pinot-thirdeye** - ThirdEye with auto-ingestion from pinot-quickstart Docker image build: `docker/images/pinot-thirdeye/docker-build.sh` Docker container launch: `docker run --network=pinot-demo --name thirdeye -p 1426:1426 -p 1427:1427 -d thirdeye:latest pinot-quickstart`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
