slackbuilds/system/influxdb
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
doinst.sh
influxdb
influxdb.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
influxdb.info system/influxdb: Updated for version 1.3.5. 2017-09-16 07:15:08 +07:00
slack-desc

README

influxdb (An Open-Source Time Series Database)

InfluxDB is an open source time series database with no external dependencies.
It's useful for recording metrics, events, and performing analytics.

It supports high write loads, large data set storage, and conserves space thru
downsampling, automatically expiring and deleting unwanted data as well as
backup and restore. InfluxDB also makes it easy to analyze data by providing an
easy-to-use SQL-like query language.


Groupname and Username

You must have the "influxdb" group and user to run this script, for example:

  groupadd -g 348 influxdb
  useradd -u 348 -s /bin/false -d /var/lib/influxdb influxdb