NSQ是一个实时的分布式消息平台。它的设计目标是为在多台计算机上运行的松散服务提供一个现代化的基础设施骨架。 这篇文章介绍了基于go语言的NSQ的内部架构,它能够为高吞吐量的网络服务器带来 性能的优化,稳定性和鲁棒性
Contents:
.. toctree:: :maxdepth: 2 overview/quick_start.rst overview/features.rst overview/design.rst overview/internal.rst overview/performance.rst overview/faq.rst
.. toctree:: :maxdepth: 2 components/nsqlookup components/nsqd
- nsqadmin
- utilities
.. toctree:: :maxdepth: 2 client/tcp_protocol client/building_client_libraries
.. toctree:: :maxdepth: 2 deployment/production deployment/topology-patterns
下面是使用的实例。
.. toctree:: :maxdepth: 2 work/logagent