# 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/gjuvonq
微服務與分佈式系統設計看這篇就夠了!**
後臺分佈式架構形形色色,特別是微服務和雲原生的興起,誕生了一批批經典的分佈式架構,然而在公司內部,或者其他大型互聯網企業,都是拋出自己的架構,從接入層,邏輯層,數據層都各有特點,但這些系統設計中到底是出於何種考量,有沒有一些參考的脈絡呢,本文將從雲原生和微服務,有狀態服務,無狀態服務以及分佈式系統等維度探討這些脈絡。 01分佈式系統概論 下面這個定義來自於經典的《Designing Dat ⌘ Read more