# 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/zwmv4pa
分佈式系統最全詳解 -萬字圖文總結-**
大家好,我是 mikechen。分佈式系統是大型網站架構的必經之路,是處理大規模數據、和高併發請求的關鍵,下面我就全面來詳解分佈式系統 @mikechen分佈式系統分佈式系統:是通過網絡連接的多臺獨立計算機 (比如:物理服務器、虛擬機、或容器) 協同工作,共同完成特定任務的計算系統。一般,具體典型的 4 大特點:可擴展性(Scalability):通過增加更多的節點,可以提高系統的處理能力、和存儲 ⌘ Read more