How to run
Small sample project using faust to read from kafka
# Bring project up
make up
# In terminal 1, generator fake data
make enter
python data_generator.py
# In terminal 2, read from topic
make enter
faust -A hello_world worker -l info
index : docker-faust | ||
Dockerized faust example |
aboutsummaryrefslogtreecommitdiff |
Small sample project using faust to read from kafka
# Bring project up
make up
# In terminal 1, generator fake data
make enter
python data_generator.py
# In terminal 2, read from topic
make enter
faust -A hello_world worker -l info