# 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/h4erajq
微博系統設計:怎麼應對熱點事件的突發訪問壓力?**
微博(microblog)是一種允許用戶即時更新簡短文本(比如 140 個字符),並可以公開發布的微型博客形式。今天我們就來開發一個面向全球用戶、可以支持 10 億級用戶體量的微博系統,系統名稱爲 “Weitter”。我們知道,微博有一個重要特點就是部分明星大 V 擁有大量的粉絲。如果明星們發佈一條比較有話題性的個人花邊新聞,比如宣佈結婚或者離婚,就會引起粉絲們大量的轉發和評論,進而引起更大規模的 ⌘ Read more