# 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/lnytxbq
高性能日誌結構化引擎 — GreptimeDB Pipeline 設計與實現技術揭祕**
在 GreptimeDB v0.9 版本我們加入了對日誌相關的支持:Pipeline 引擎和全文索引。GreptimeDB 致力於成爲統一處理指標(Metric)、日誌(Log)、事件(Event)和追蹤(Trace)的時序數據庫。在 v0.9 之前,用戶雖然可以寫入文本(string)類型的數據,但無法進行專門的解析和查詢。有了 Pipeline 引擎和全文索引之後,用戶可以直接使用 Grept ⌘ Read more