# 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/rn4ynoa
學習分享|Etcd-Raft 原理篇**
本文是根據近期對 Etcd-Raft 的學習把自己的理解做個簡單整理和分享。近期負責的項目中有一個場景需要依賴數據一致性算法,因此做了一些相關的調研。本文是根據近期對【Etcd-Raft】的學習把自己的理解做個簡單整理和分享。注:本文並沒有對 Etcd/Raft 源碼和流程事無鉅細的解剖,更多地關注其核心功能以及過程中個人覺得值得學習的點。前言Etcd 是什麼? 爲什麼選擇 etcd-ra ⌘ Read more