diff options
author | Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com> | 2017-04-19 18:19:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:46 +0700 |
commit | b51c6fe5812025a3548702ab50e2b2d54b2c2c73 (patch) | |
tree | 905a05374e50fef9e9817363e7e66d466c380e6e /system/influxdb/README | |
parent | 5e4d5e3ce284370b7d949ec01e26975d30a6bfa5 (diff) | |
download | slackbuilds-b51c6fe5812025a3548702ab50e2b2d54b2c2c73.tar.gz |
system/influxdb: Added (An Open-Source Time Series Database).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/influxdb/README')
-rw-r--r-- | system/influxdb/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/influxdb/README b/system/influxdb/README new file mode 100644 index 0000000000..9200de4e15 --- /dev/null +++ b/system/influxdb/README @@ -0,0 +1,17 @@ +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 |