Skip to content

RethinkDB#

Insight² can connect to rethinkdb databases to read and write data. For more info visit::https://rethinkdb.com/api/javascript/.com/

Insight² - Data source - rethinkDB

Connection#

Insight² connects to InfluxDB using :

  • Database
  • Host
  • Port
  • Username
  • Password

Supported queries:#

  • Delete database

  • Delete Table

  • Create database

  • Create Table

  • List table

  • List database

  • Get all documents

  • Insert table data

  • Update all table data

  • Update by id

  • Delete table data by id

  • Delete all table data

  • Get document from primary key

:::info NOTE: Name field in all opertion is database name if not given will take the default database used for connection. :::