-
Notifications
You must be signed in to change notification settings - Fork 7
nsq
henry.huang edited this page Jul 17, 2020
·
7 revisions
- 消息队列
- nsq 最初是由 bitly 公司开源出来的一款简单易用的分布式消息中间件,它可用于大规模系统中的实时消息服务,并且每天能够处理数亿级别的消息。
- https://github.com/nsqio/nsq
- dockerfile: https://github.com/nsqio/nsq/blob/master/Dockerfile
- 头条
- 有赞
- https://nsq.io/deployment/docker.html
- docker-compose 部署
- 非常简陋, 只是集群的状态展示.