aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2022-05-09 13:50:59 -0600
committerCody Hiar <cody@hiar.ca>2022-05-09 13:50:59 -0600
commit01e5310b3d82591f813f2933dcd48633da386939 (patch)
tree54de2907b5ec427848620cd5ae8ef119dcb90495 /README.md
Initial CommitHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bc51738
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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
+```