# 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/izmmq4a
論文解讀 - MemoryDB: 一種快速且持久的內存優先雲數據庫**
最近在微信羣裏看到 @mwish 分享 Amazon 關於 MemoryDB 的論文: Amazon MemoryDB: A Fast and Durable Memory-First Cloud Database\n,讀完感覺設計思路挺不錯,就將個人在閱讀中認爲論文裏面的一些關鍵要點記錄並分享出來。MemoryDB 是基於 Redis 開發的內存數據庫,主要的目標是解決社區 Redis 在 ⌘ Read more