You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-17
Original file line number
Diff line number
Diff line change
@@ -80,26 +80,14 @@ That's it. Your AWS KAfka cluster is up and running on Docker Swarm Nodes.
80
80
81
81
# Running the Consumer Script
82
82
83
-
To run the consumer script, we need to focus on two files: consumer.py and image_processor.py
84
-
Under the image_processor.py you need to add ACCESS KEY details of your AWS account and under consumer.py you need to add your correct kafka cluster IP.
85
-
86
-
87
-
## Running Image Processor Script(Run on any AWS instance)
88
-
89
-
90
-
```
91
-
sudo docker run -it --privileged --device /dev/video0:/dev/video0 ajeetraina/pico-producer-rpi python3 consumer_camera.py
92
-
```
83
+
To run the consumer script, we need to focus on two files:
84
+
- consumer.py and
85
+
- image_processor.py
93
86
94
-
## Execute the Consumer Script
87
+
Under the image_processor.py you need to add ACCESS KEY details of your AWS account and under consumer.py you need to add your correct kafka cluster IP.
0 commit comments