Learn R Programming

atsd (version 1.2.0)

atsd: Support querying Axibase Time-Series Database.

Description

The package lets you query Axibase Time-Series Database (ATSD) for time-series data and forecasts, and save your series into ATSD. List of package functions:

create_entity -- creates a new entity and it's tags or replaces the tags of an existing entity.

get_metrics -- get information about the metrics collected by ATSD.

get_entities -- get information about the entities collected by ATSD.

get_series_tags -- get unique time series tags for the metric.

query -- get time-series data and forecasts from ATSD.

save_series -- save time series in ATSD.

set_connection, save_connection, show_connection - are used to manage connection with ATSD: set up and store the url, user name, and password, configure cryptographic protocol and enforce SSL certificate validation in the case of https connection.

to_zoo - convert a time-series data frame to 'zoo' object for manipulating irregular time-series with built-in functions in zoo package.

update_entity -- update tags and enabled status of an entity.

Type browseVignettes(package = "atsd") to view the complete package documentation and usage examples.

Arguments