Add connector between Kafka bus and InfluxdB to sync VES events 76/6976/4
authorsantanude <santanu.de@xoriant.com>
Tue, 2 Nov 2021 12:25:00 +0000 (17:55 +0530)
committersantanude <santanu.de@xoriant.com>
Thu, 2 Dec 2021 09:58:36 +0000 (15:28 +0530)
commit00f8767cba07c11176748171be32bbdb9a42efcb
treecd3e9647aa378dc0842f3834ad1c2837f57840da
parentc82167dcdcb98260161ecd85510baa568f2f8cdb
Add connector between Kafka bus and InfluxdB to sync VES events

VES events will be written to Kafka bus by default. However, if an InfluxdB exists in SMO, then the event needs to be synced to InfluxdB also.

Issue-Id: SMO-22
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: I152b0ad5a7b6676eef702e3c3811c2f381b0f4f8
Signed-off-by: santanude <santanu.de@xoriant.com>
collector/evel-test-collector/code/collector/monitor.py
docker-compose.yaml
kafka-connector-influxdb/Dockerfile [new file with mode: 0755]
kafka-connector-influxdb/Makefile [new file with mode: 0755]
kafka-connector-influxdb/influxdb-connector/LICENSE.md [new file with mode: 0755]
kafka-connector-influxdb/influxdb-connector/code/influxdb_connector.py [new file with mode: 0644]
kafka-connector-influxdb/influxdb-connector/config/influxdb_connector.conf [new file with mode: 0755]
kafka-connector-influxdb/start.sh [new file with mode: 0755]