Skip to content

Commit 5fb0f69

Browse files
authored
Add folder for blog examples. (#35)
1 parent c1745d8 commit 5fb0f69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/kafka/kafka_event_streaming.py renamed to examples/blogs/binance_to_slack.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
import json
2121
import time
2222

23-
# Scaling event streaming from a third-party external source using Kafka and
24-
# with output to Slack.
23+
# Scaling event streaming from a Binance event source to Slack.
2524

2625
# Command line arguments and validation:
2726
if len(sys.argv) < 3:

0 commit comments

Comments
 (0)