Skip to main content

3 posts tagged with "decision automation"

View All Tags

· 2 min read
Sergi Kedrov

How to generate a flow of events having a timestamp, a random {key, value} pair and publish to Confluent Cloud? With no line of code. For free.

Let's repeat the excercise from the previous post. We'll generate a flow of events having a timestamp, a random {key, value} pair and publish to Confluent Cloud. The only difference is that we've to substitute the AWS SQS Write Node by the Confluent Write Node. With no line of code.

· 2 min read
Sergi Kedrov

How to generate a flow of events having a timestamp, a random {key, value} pair and publish to AWS SQS? With no line of code. For free.

It is often hard to get access to real flows of events due to data sensitivity, security restrictions, approval issues, etc. For prototyping purposes, real data may not be required. It is enough to generate data with the required characteristics. In this Post we'll show how to generate a flow of events having a timestamp, a random {key, value} pair and publish to AWS SQS. With no line of code.

· 2 min read
Sergi Kedrov

Like every theater starts with a hanger, most of real-time event processing scenarios have the JSONin and JSONout Nodes.

The JSONin and JSONout Nodes are used to create the processing logic on the level of elements of JSON messages.

The JSON messages are consumed from external services like #Confluent, #Amazon #SQS, #REST #API, sample files, or can be emulated by Nodes.