如何实现一个实时的、像 Twitter 一样的通用消息控制台
我有一个电子商务网站,有很多子系统,每个系统都有一些事件,当事件发生或结束时,会生成一条日志,我想将所有这些信息聚合在一起并实时显示在一个页面上,例如叽叽喳喳。有什么好主意/成熟的解决方案可以使用吗?
I have an e-commercial site that have a lot of sub systems, every system has some event, when the event occurs or finishes, a log will generated, I want to aggregate all this info together and shows on one page in realtime,like twitter. Any good idea/mature solution to use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AMQP 和 RabbitMQ 在此类场景中非常受欢迎。
AMQP and RabbitMQ are very popular for scenarios like this.