Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 175 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 175 Bytes

KStream Examples - Word Count

graph TD;
A[ Text Lines ] --> B( Split Words )
--> C( Select word as key)
--> D( Aggregate - Count words ) --> E[ Word Count ]