Skip to content

Bots From Extension: influx_db

InfluxDB - Read, Write, Update and delete databases and measurements in InfluxDB

This extension provides 7 bots.





Bot #influx-db:Readdataset

Bot Position In Pipeline: Sink

influxdb - read dataset

This bot expects Full CFXQL.

Bot translates the Query to native query of the Data source supported by this extension.







Bot @influx-db:createdatabase

Bot Position In Pipeline: Source

influxdb - create database

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
dbname* Text Database name







Bot @influx-db:list-database

Bot Position In Pipeline: Source

influxdb - list database

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
dbname Text Database name







Bot @influx-db:list-measurements

Bot Position In Pipeline: Source

influxdb - list measurements

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
dbname Text Database name







Bot @influx-db:remove-db

Bot Position In Pipeline: Source

influxdb - remove database

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
dbname* Text Database name







Bot @influx-db:remove-measurement

Bot Position In Pipeline: Source

influxdb - remove measurement

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
dbname* Text Database Name
measurement* Text measurement name







Bot @influx-db:write-dataset

Bot Position In Pipeline: Sink

influxdb - write dataset

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
dbname* Text Database name
measurement* Text measurement
timestamp_column* Text date and time columnname