Let’s take a look on how to run your first blink instance.
Playground
connector provided by Blink. The Playground
connector is a simple in-memory connector that can be used for testing purposes. It generates random data so you can check how blink works without setting up any real data source.
Playground
connector that generates random market data. - The processor is a simple SQL processor that filters the data where the currency is USD
. So we can filter your data on the fly.stdout
connector that prints the data to the console.source.config.publish_interval
blink-config.yaml
.processors
section empty.