# 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/4xri3ra
從 MongoDB 到 PostgreSQL:數據零丟失、成本砍半**
Infisical 是一家開源的密鑰管理平臺,爲團隊及基礎設施提供同步密鑰的服務並防止密鑰泄露。隨着業務不斷髮展、數據不斷增加,原有數據庫已無法滿足當前需求,Infisical 決定從 MongoDB 遷移到 PostgreSQL 。本文將分享這一從非關係型數據庫遷移至關係型數據庫的決策判斷及背後的遷移故事。Infisical 在過去一年裏迅速擴張,目前平臺每天處理超過 5000 萬個密鑰,向需要 ⌘ Read more