# 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/jlkcuva
[Go 工具庫] 輕量級彈性搜索引擎 Zinc
一、前言Zinc 是一個輕量級替代 Elasticsearch 的開源搜索引擎。Elasticsearch 真的好用,但是 Elasticsearch 安裝和配置也是真的繁瑣,後續的一些維護也有一定成本。另外一個 Elasticsearch 的不足就是服務運行起來需要的計算資源較多,對於普通的用戶來說是有點浪費的。Zinc,擁有完全兼容 Elasticsearch 的 APIs,同時自帶 UI 用 ⌘ Read more