Influxdb usage: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 1: Line 1:
InfluxDB exposes 3x ways of interacting with it
* A Web UI
* A CLI
* A Rest API
= Web Interface =
= Web Interface =
<blockquote>
<blockquote>

Revision as of 17:18, 10 June 2023

InfluxDB exposes 3x ways of interacting with it

  • A Web UI
  • A CLI
  • A Rest API

Web Interface

open 'http://localhost:8086'

Commandline Interface

influx -h

influx user ls  # list users

Rest API