Difference between revisions of "InfluxDB"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
[[wikipedia:InfluxDB]] (2013, [[go]]) open source [[TSDB]]. InfluxDB has no external dependencies[7] and provides an [[SQL]]-like language, listening on port [[8086]].
 
[[wikipedia:InfluxDB]] (2013, [[go]]) open source [[TSDB]]. InfluxDB has no external dependencies[7] and provides an [[SQL]]-like language, listening on port [[8086]].
  
Installation:  
+
Linux installation:  
 
* <code>apt install influxdb</code>
 
* <code>apt install influxdb</code>
 
* <code>apt install influxdb-client</code>, provide <code>[[influx]]</code> client binary
 
* <code>apt install influxdb-client</code>, provide <code>[[influx]]</code> client binary
 +
 +
MacOS installation:
 +
* <code>[[brew install]] influxdb</code>
 +
  
 
Configuration:
 
Configuration:

Revision as of 17:14, 6 July 2021

wikipedia:InfluxDB (2013, go) open source TSDB. InfluxDB has no external dependencies[7] and provides an SQL-like language, listening on port 8086.

Linux installation:

  • apt install influxdb
  • apt install influxdb-client, provide influx client binary

MacOS installation:


Configuration:

Status:

Help:

Line protocol

InfluxDB accepts data via HTTP, TCP, and UDP. It defines a line protocol backwards compatible with Graphite and takes the form:

measurement(,tag_key=tag_val)* field_key=field_val(,field_key_n=field_value_n)* (nanoseconds-timestamp)?

Retention policy

When you create a database, InfluxDB creates a retention policy called autogen with an infinite duration, a replication factor set to one, and a shard group duration set to seven days.

Related terms

See also

Advertising: