From 01e5310b3d82591f813f2933dcd48633da386939 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 9 May 2022 13:50:59 -0600 Subject: Initial Commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` -- cgit v1.2.3