@@ -7,7 +7,7 @@ We provide an `InfluxDB` service at [influxdb.phys.ethz.ch](https://influxdb.phy
## Getting a database
To request a database, please [[services/contact]] us, providing the desired `database_name`, which must be namespaced with your organization (example: `<orgname>_<dbname>`). If it does not already exist, a new [[Grafana Organization|/documentation/grafana]] for your Group. We usually create two database `users` per organization, one with access permissions read-only for Grafana and one with read-write for sensors and admin tasks.
To request a database, please [[services/contact]] us, providing the desired `dbname`, which must be namespaced with your organization (example: `<orgname>_<dbname>`). If it does not already exist, a new [[Grafana Organization|/documentation/grafana]] will be created for your group. We usually create two database users per organization, one with read-only access permissions for Grafana and one with read-write for sensors and admin tasks.
Please note that it is more efficient to use a single database for different kinds of experiments.
You can use [tags and fields](https://docs.influxdata.com/influxdb/v1.8/concepts/schema_and_data_layout/#encouraged-schema-design) to organize your measurements.
...
...
@@ -26,7 +26,7 @@ Alternatively you may also write the data yourself via the HTTP API (see [[write
## Getting started with InfluxDB
The instructions below should get you started interacting with **InfluxDB** using the HTTP API.
Please refer to the [InfluxDB API reference](https://docs.influxdata.com/influxdb/v1.5/tools/api/)
Please refer to the [InfluxDB API reference](https://docs.influxdata.com/influxdb/v1.8/tools/api/)
for an in-depth tutorial on interacting with the database.
Complete Documentation for InfluxDB can be found by accessing the official [manual](https://docs.influxdata.com/influxdb/).
Please note that you need to at least supply a `DML` ([Data Manipulation Language](https://docs.influxdata.com/influxdb/v1.8/tools/shell/#import-data-from-a-file-with-import)) header with the correct `CONTEXT-DATABASE`.
Please note that you need to at least supply a `DML` ([Data Manipulation Language](https://docs.influxdata.com/influxdb/v1.8/tools/influx-cli/use-influx-cli/#import-data-from-a-file)) header with the correct `CONTEXT-DATABASE`.