# 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/qkkvjsq
Go MongoShake 數據同步工具**
MongoShake 是一個以 golang 語言進行編寫的通用的平臺型服務,通過讀取 MongoDB 集羣的 Oplog 操作日誌,對 MongoDB 的數據進行復制,後續通過操作日誌實現特定需求。日誌可以提供很多場景化的應用,爲此,我們在設計時就考慮了把 MongoShake 做成通用的平臺型服務。通過操作日誌,我們提供日誌數據訂閱消費 PUB/SUB 功能,可通過 SDK、Kafka、Met ⌘ Read more