Hi all,I am looking for an architecture to ingest 10 mils of messages in the real time streaming mode.
If anyone has worked on similar kind of architecture , can you please point me to any documentation around the same like what should be the architecture , which all components/big data ecosystem tools should i consider etc.
The messages has to be in xml/json format , a preprocessor engine or message enhancer and then finally a processor.
I thought about using data cache as well for serving the data
The data cache should have the capability to serve the historical data in milliseconds (may be upto 30 days of data)
--