Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.05 KB

InfluxDB

InfluxDB is a time series database built from the ground up to handle high write and query loads. It is the second piece of the TICK stack. InfluxDB is meant to be used as a backing store for any use case involving large amounts of timestamped data, including DevOps monitoring, application metrics, IoT sensor data, and real-time analytics.

Packaging

See BUILDNOTES.md for details regarding compiling InfluxDB and building an IPS package.

In addition to the binaries resulting from the application build, this package also provides:

  • Standard SMF service (svc:/application/database/influxdb:influxdb-12)
    • Manifest: lib/svc/manifest/site/application/database/influxdb.xml
  • Default configuration file, which should be edited as needed.
    • etc/opt/influxdb/influxdb.conf

References