我们已经编写了通过网络部署/分发的代理。代理每15秒发送一次数据,甚至可能是5秒。在服务/系统上工作,所有代理都可以向其发送带有边际有效负载的数据/元组。最高5%的下降率是可以接受的。最终,数据将被隔离并存储到DBMS系统中(目前我们正在使用MSQL)。
我在找答案
- Lot of advices from internet suggests using Message Bus (ActiveMQ) for async communication. Multicast and UDP are the alternatives.
- End of processing data is an aggregated record for which MySql looks scalable. But on the volume of data is exponential. Considering HBase as an option.
查看以上两种方案是否有替代方案,并征求专家意见。
发布于 2014-01-07 13:11:12
https://stackoverflow.com/questions/20969684
复制相似问题