# 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/p3zlrdq
Feed 流系統的架構設計方案**
本文主要針對 Feed 流進行介紹,將從 Feed 流的演變入手,帶你一步步瞭解 Feed 流,而後學習如何從開發角度入手,對其進行建模,抽象出 Feed 流常見的架構,最終搭建高可用、高擴展、高性能的 Feed 流應用。01瞭解 Feed 流在學習如何開發 Feed 流應用前,我們需要先了解什麼是 Feed 流。   1.1 什麼是 Feed 流Feed 流是一個持續更新並展示給用戶的信息流。它 ⌘ Read more