Category: Deployment, Database, Data, machine-learning

by In the use case solved for this webinar, I am a Streaming Engineer at an airline, CloudAir.

In another section of our flow we are also storing our enriched tweets in a CDP Data Center (CDP-DC) Kudu table for additional analytics that we are running in Hue and in a Jupyter notebookthat we spin up with our CDP-DC CML.

We have a Query Record processor in CFM that analyzes the streaming events and looks for Negative sentiment by influencers, we then push those events to a Slack channel for our social media team to handle.

We can also push to our Operational Database (HBase) and easily scan through the rapidly inserted rows.

Related Articles