How to send data to InfluxDB
In this tutorial you will learn how to send data to InfluxDB

Benefits of the InfluxDB output connector:
- Easily process low-power device data e.g. LoRaWAN device data in InfluxDB
In this tutorial, you will learn, how to send data to InfluxDB. The following steps are explained in more detail:
First, you will need to either set up an InfluxDB OSS 2.0 or set up an InfluxDB cloud account in order to successfully process data from akenza to InfluxDB.
In the navigation menu on the left, select the Account dropdown. Select Create Organization. In the window that appears accordingly, enter an Organization Name and Bucket Name and select Create.
- Navigate to Data - Buckets
- Create a new Bucket to define where you want to store the data forwarded from akenza

- Navigate to Data - API Tokens
- Create a new API Token with Write access to the Bucket you want to store the data

Create a new Data Flow in akenza with Influx DB as Output Connector. Define a Connector Name, insert the InfluxDB URL under which your InfluxDB can be reached. Put the Organization Id of the organization created in step one in the InfluxDB Org field. Chose the Bucket name created in step one into the InfluxDB Bucket field. Copy the API Token created in step one into the InfluxDB API Token field.
Optionally:
- Set a measurement name. If not set, it will be set to the topic of a sample.
- Set a custom payload. If not set, the data part of the sample will be used as the payload.

InfluxDB template
- Only the data part of the data sample will be forwarded to InfluxDB
- The device Id, akenza Id and device name will be used as tags in InfluxDB
In order to check if uplinks arrive in your InfluxDB bucket, navigate to Explore and create a query by selecting the Bucket created in step one, a measurement name and clicking submit. The data should now be shown. This query can be refined by selecting more filters.

Once a device is connected to the InfluxDB, device data can be further used on various services in InfluxDB.