Print

Data Streams

In RioDB, a Stream is a user-defined source of continual data, or an unbounded sequence of messages. For example, you could have a stream of website click data, a stream of order checkout data, a stream of network requests, a stream of telemetry sensor data, and so on.

RioDB supports SQL-like commands to create and manage.

Each stream requires an INPUT plugin and a PARSER plugin. The INPUT plugin is responsible for collecting data into RioDB, while the PARSER plugin is responsible for interpreting the data into fields.

Table of Contents
Scroll to Top