From edb15c4ccc6102715df4624f6fec935cd47351c5 Mon Sep 17 00:00:00 2001 From: hubert Date: Mon, 9 Jan 2023 22:01:50 -0500 Subject: [PATCH] influxdb --- influxdb/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/influxdb/README.md b/influxdb/README.md index 47b6953..0b1840b 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -1,6 +1,12 @@ # InfluxDB and Decodable Integration This example integrates Decodable and InfluxDB (Influx Data Cloud) via Kinesis + AWS Lambda / Python. We will be sending envoy logs being produced by the DataGen connector built into Decodable. +```mermaid +flowchart TD; + DataGen-->envoy_logs-->parse_http_events-->http_events-->Kinesis_Sink-->Lambda-->InfluxDB + +``` + ## Setup Setup a python virtual environment and install the requirements.