# README
Conduit Connector InfluxDB
Overview
Conduit Connector InfluxDB is a connector for Conduit that enables interaction with InfluxDB, allowing data extraction from and data writing to InfluxDB. It supports full lifecycle operations including create, read, update, and delete data points.
Installation
To use the Conduit Connector InfluxDB, you can either build it from source or download pre-built binaries from the releases page.
Build from Source
-
Clone the repository:
git clone https://github.com/GevorgGal/conduit-connector-influxdb.git
-
Navigate to the project directory:
cd conduit-connector-influxdb
-
Build the connector:
make build
Download Pre-built Binaries
Pre-built binaries can be downloaded from the releases page on GitHub.
Usage
Once you have built or downloaded the Conduit Connector InfluxDB, you can use it by running the compiled binary and providing the necessary configuration parameters.
Example usage:
./conduit-connector-influxdb --config=config.yml
# Packages
No description provided by the author