graph LR
subgraph kafka
colors.raw;
colors.processed;
colors.list;
end
subgraph redis
ColorList;
end
Producer --> colors.raw
colors.raw --> Spark
Spark --> colors.processed
Spark --> colors.list
colors.processed --> Consumer
colors.list --> Consumer
Consumer --> ColorList;
Metrics-Api --> ColorList;
Browser --> Metrics-Api;
Browser --> Color-Viewer;
-
Notifications
You must be signed in to change notification settings - Fork 0
benjamin-wright/kafka-test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Test repo using kafka with spark streaming
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published