Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to InfluxDB, only v1 support #191

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 10 additions & 6 deletions docs/influx.md
@@ -1,11 +1,15 @@
# TSBS Supplemental Guide: InfluxDB

InfluxDB is a purpose-built time-series database written in Go from
InfluxData. This supplemental guide explains how
the data generated for TSBS is stored, additional flags available when
using the data importer (`tsbs_load_influx`), and additional flags
available for the query runner (`tsbs_run_queries_influx`). **This
should be read *after* the main README.**
[InfluxDB](https://www.influxdata.com/products/influxdb-overview/)
is a purpose-built time-series database written in Go from
InfluxData. Only v1.x is currently supported by TSBS
(see [#163](https://github.com/timescale/tsbs/issues/163)).

This supplemental guide explains how the data generated for TSBS is
stored, additional flags available when using the data importer
(`tsbs_load_influx`), and additional flags available for the query
runner (`tsbs_run_queries_influx`).
**This should be read *after* the main README.**

## Data format

Expand Down