# 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/agmh7lq
爲什麼 Raft 算法是分佈式系統的首選?**
背景 --------當今的數據中心和應用程序在高度動態的環境中運行,爲了應對高度動態的環境,它們通過額外的服務器進行橫向擴展,並且根據需求進行擴展和收縮。同時,服務器和網絡故障也很常見。因此,系統必須在正常操作期間處理服務器的上下線。它們必須對變故做出反應並在幾秒鐘內自動適應;對客戶來說的話,明顯的中斷通常是不可接受的。幸運的是,分佈式共識可以幫助應對這些挑戰。拜占庭將軍 在介紹共識算法 ⌘ Read more