Hi,
I want to send Twitter data into Azure Search and be able to query it at a later time. The
Twitter Sentiment Analysis example talks about sending feed to Event Hub which in turn acts as input to Stream Analytics. So, then I looked at the outputs of stream analytics and inputs of Azure Search - seems like this would be a feasible architecture
(at least conceptually):
Twitter -> Event Hub -> Stream Analytics -> DocumentDB -> Azure Search
Does this make sense? Seems a bit round about way but wondering if this is the most optimal way?
Thanks,
Rajeev