# 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/3tl3oha
微服務中常見的 9 種設計模式!如何選擇?**
你好,我是猿 java現如今,微服務已經成了很多中大型互聯網公司的標配,不同的公司採用的設計模式可能不一樣,因此,這篇文章,我們來分析下微服務中常見的 9 種設計模式:API Gateway Pattern(網關模式) Service Registry Pattern(服務註冊表模式) Circuit Breaker Pattern(斷路器模式) Saga Pattern(Sag ⌘ Read more