# 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/7ytw2oq
Go 語言開發者的 Apache Arrow 使用指南:數據類型**
如果你不是做大數據分析的,提到 Arrow 這個詞,你可能會以爲我要聊聊那個箭牌衛浴或是箭牌口香糖 (注:其實箭牌口香糖使用的單詞並非 Arrow)。其實我要聊的是 Apache 的一個頂級項目:Arrow[1]。爲什麼要聊這個項目呢?說來話長,主要是因爲前段時間接觸到的幾個時序數據庫開源項目,包括國外大名鼎鼎的 InfluxDB(尤指其 iox 這個新存儲引擎)[2] 以及國內一個新初創公司的開 ⌘ Read more