Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 369 Bytes

pipeline.md

File metadata and controls

9 lines (8 loc) · 369 Bytes
%%{ init: { 'flowchart': { 'curve': 'monotoneX' } } }%%
graph LR;
reddit-source[reddit-source] -->|reddit-raw|sentiment-analysis[sentiment-analysis];
reddit-source[reddit-source] -->|reddit-raw|words-ranking[words-ranking];
words-ranking[words-ranking] -->|words-count|influxdb-3-destination[influxdb-3-destination];
sentiment-average[sentiment-average]

Loading