Print

Output Plugins

Output plugins are loaded at run-time in order to execute actions when a Query finds a match. When creating a new query, the OUTPUT clause indicates which output plugin to use.
Additional plugins may be developed as needed.

Included with RioDB

The following Output Plugins are available when you install RioDB:
 

aws_sns: Makes a request to the Amazon AWS SNS service.
elasticsearch: Makes a request to an Elasticsearch cluster.
http: Makes an HTTP request to an HTTP server, such as a remote API.
stdout: Prints the requested information on the terminal session where RioDB is executed.
tcp: Makes a TCP request.
udp: Sends a UDP datagram.

Table of Contents
Scroll to Top