Data streaming API- High availability – Twitter API
In my architecture on AWS, I have a service running on an EC2 instance which calls Twitter streaming API for data ingestion i.e. ingestion of real-time tweets. I call this service TwitterClient. Twitter API uses a kindof long polling over…