This repository was archived by the owner on Dec 26, 2024. It is now read-only.
This repository was archived by the owner on Dec 26, 2024. It is now read-only.
Add support for InfluxDB v2.0 #23
Closed
Description
- InfluxDatabaseService_2 - The controller service providing client connection to InfluxDB 2.0.
- PutInfluxDatabase_2 - Processor to write the content of a FlowFile in 'line protocol' into InfluxDB 2.0.
- PutInfluxDatabaseRecord_2 - processor uses a specified RecordReader to write the content of a FlowFile into InfluxDB 2.0.
- GetInfluxDatabase_2 - Creates FlowFiles from records in InfluxDB 2.0 loaded by a user-specified Flux query.
- GetInfluxDatabaseRecord_2 - A record-based version of
GetInfluxDatabase_2
that uses the Record writers to write the Flux result set.