# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/bvcez3a
萬字解析 go 語言分佈式消息隊列 nsq
0 前言本期和大家一起探討一款完全基於 go 語言實現的分佈式消息隊列——nsq.有關於消息隊列 Message Queue 的概念及作用,大家可以參考我之前發表的文章——萬字長文解析如何基於 Redis 實現消息隊列,這些基礎知識本文不再贅述.nsq 是一款基於 go 語言開發實現的分佈式消息隊列組件,在 golang 世界中擁有着很高的認可度和流行性,截止今日在 github 上的 stars ⌘ Read more