Quix Cloud Tour
Welcome to the Quix Cloud Tour!
The Quix Cloud Tour is designed to help you build a complete stream processing pipeline with Quix in less than 30 minutes.
Prerequisites
To complete the Quix Cloud Tour you'll need the following:
- (Optional) A free Vonage API account.
CPU overload detection pipeline
The pipeline you implement in this tour:
-
Ingest - you create a source that publishes CPU load data from your source service into a Quix topic, using Quix Streams.
-
Process - in this part, you process your data. Here you create a transform service that performs threshold detection. You publish messages to the transform's output topic.
-
Serve - when you receive a message indicating CPU load has exceeded the threshold you (optionally) send an SMS to the system administrator.
Note
The components in the pipeline are connected together by Kafka topics.