influxdb

InfluxDB is an open source time-series database. It supports high write loads, large data set storage, and conserves space through downsampling, automatically expiring and deleting unwanted data as well as backup and restore. InfluxDB also makes it easy to analyze data by providing an easy-to-use SQL-like query language.

This library implements a convenience wrapper API for influx.

Modules

api
module influxdb.api

This module implements a convenience wrapper API for influx.

mir
module influxdb.mir

Conversion utilities that help to work with Mir Series and ndslice.

vibe
module influxdb.vibe

This module implements utility functions for Influx API using vibe-d

Public Imports

influxdb.api
public import influxdb.api;
Undocumented in source.
influxdb.mir
public import influxdb.mir;
Undocumented in source.

Meta

Authors

Atila Neves (Kaleidic Associates Advisory Limited)

Generated documentation: http://influxdb.code.kaleidic.io/influxdb.html