The append-only time-series persistence engine and the layers built on top of it: the message store, the dict-style msg2db, persistent queues, the treedb graph database, and the file-system watcher.
In this section¶
timeranger2 — the core append-only, key-indexed store.
tr_msg — the message store.
tr_msg2db — the dict-style message database.
tr_queue — persistent message queues.
tr_treedb — the graph (nodes/links) database.
fs_watcher — the filesystem-watcher library API.