influxr | R Documentation |
influxr
interfacing with InfluxDB database.Features:
Read time series data from InfluxDB databases.
Write time series data from InfluxDB databases.
Manage connections to InfluxDB databases.
Attach meta data to your time series for uploading to InfluxDB databases.
Upload R objects, single or multiple files (possibly all files in a directory or even recursively in whole directory trees) to InfluxDB databases.
Perform any query provided with the InfluxDB query language on InfluxDB databases directly from within R.
High performance data transfer from and to InfluxDB databases for high volume and high resolution time series data, featuring very fast ways for reading files from disk (function fread from the data.table package) and intelligent management of automatic sequential transfer (automatic and transparent chunking of data during transfer).
Transfer huge data sets through chunking, avoiding InfluxDB limits on single read / write queries.
Write InfluxDB data directly to files on disk including timed rotating files.
Convert between different time stamp formats between R and InfluxDB.
Handle time series, time stamps and time zones correctly, avoiding truncation, including high resolution time series down to nano seconds.
Manage handling of different missing values representations in R and InfluxDB.
Check and possibly fix the format of your files prior to uploading to InfluxDB, with options to recover broken files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.