Ingesting realtime tweets using Apache Kafka, Tweepy and Python - Lambda Architecture

preview_player
Показать описание
Here you can read the accompanying blog post containing explanation of the concepts and code:

Рекомендации по теме
Комментарии
Автор

its a nice tutorial .... but i have a question how to save that record to database and dump into csv format ?

yunicoardianpradana
Автор

What if i want to display the tweet itself along with the other info like the time and location?

fatimahsa
Автор

Hi Dorian, Thanks for the video.
The statement : producer.send(topic_name, str.encode(record))
throws the following error :
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128)

I understand the location is not coming in ascii and hence I get this error.But I do not know how to fix this.
Could you help me with this please ?
Thanks
Jerome

jerchinn
visit shbcf.ru