# 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/lhmxkhq
微服務如何相互協作?**
微服務如何相互協作和交互?有兩種方法:協調和編排。下圖說明了微服務之間的協作。01 編排和協調--------編排就像由編舞設定所有規則。然後,舞臺上的舞者(微服務)根據這些規則進行交互。服務編排描述了這種信息交換和微服務交互的規則。協調則不同。協調器充當權威中心。它負責調用和組合服務。它描述所有參與服務之間的交互。它就像音樂交響樂中領導樂手的指揮。協調模式還包括不同服務之間的事務管理。02 協調 ⌘ Read more