Cccccrystall commented on code in PR #116: URL: https://github.com/apache/streampipes-website/pull/116#discussion_r1370121918
########## docs/05_deploy-docker.md: ########## @@ -31,6 +31,10 @@ Tested on: **macOS, Linux, Windows 10** (CMD, PowerShell, GitBash) We provide several options to get you going: - **default**: Default docker-compose file, called `docker-compose.yml`. +- **nats**: The standard installation which uses Nats as message broker,called `docker-compose.nats.yml`. +- **full**: Contains experimental Flink wrappers, called `docker-compose.full.yml`. +- **quickstart**: Contains predefined example assets, called `docker-compose.quickstart.yml`. The Quickstart mode is a user-friendly feature which comes with predefined example assets like pipelines, dashboards, and data views. These ready-to-use components allow first-time users to get a feel of StreamPipes in IIoT with ease, serving as a practical demonstration of how StreamPipes can be utilized for efficient monitoring and analysis. We highly recommend first-time users to begin with the Quickstart mode to understand the simplicity and convenience that StreamPipes brings to the IIoT platform. A user guide is offer in the link [User Guide for Quickstart Mode](user-guide-for-quickstart.md). Review Comment: Hi, @bossenti ! I have changes the technical terms in the code format, like `START ALL PIPELINES`. In addition, in the [https://streampipes.apache.org/docs/try-installation/](url), I add the Quickstart breif introduction and a link to [https://streampipes.apache.org/docs/next/deploy-docker/](url). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
