Skip to content

ja-michel/pipeline1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose POC

producer -> kafka -> consumer -> redis

Producer

Read the text file hhgttg.txt and produces new sentences using markov chains.
The new sentences are publised to a kafka topic.

Consumer

There are two message handlers in the consumer.
The first one, writes the messages to stdout with a print statement.
The second handler stores the messages as a dictionary in a redis instance.

Requirements

  • python 3
  • docker 1.17.0+
  • docker compose 1.17.0+

Run

docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages