aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bc517389b8c8c89668251cbac07fe350b8c2973c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
```