Overview of the Frames TSDB Backend
Introduction
The TSDB backend of the Frames API supports
-
To create a new TSDB table, use the
create method. -
To add (ingest) items to a TSDB table, use the
write method. -
To retrieve (consume) items from a TSDB table, use the
read method. -
To delete a TSDB table or specific table items, use the
delete method. You can also delete a TSDB table or specific items by using the TSDB CLI or a file-system command.