Print

Input Plugins

Input plugins are loaded at run-time in order to obtain the data stream. When declaring a new stream using the CREATE STREAM command, you must specify the input plugin used.
Additional plugins may be developed as needed.

Included with RioDB

The following Input Plugins are available when you install RioDB:
    bench: A number generator for testing.
    http: Opens a port listening for HTTP requests.
    stdin: Text typed in the console session where RioDB executable is running.
    tcp: Opens a port listening for TCP requests.
    udp: Opens a port listening for UDP datagrams.

Note: The INPUT, after parsing, must contain the fields declared in the stream.

Table of Contents
Scroll to Top