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.