Metadata-Version: 2.1
Name: telemetry-datastore
Version: 1.2
Summary: Telemetry data store
Home-page: https://github.com/Tangerino/telemetry-datastore.git
Author: Carlos Tangerino
Author-email: carlos.tangerino@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Telemetry Data Store

The telemetry data store allows store, aggregate and retrieve telemetry data for your IoT project
using simple API call that will hide all the complexity from the user.

No file system manipulation is necessary and several databases can be created to separate different contexts if necessary.

Once the telemetry is inserted into the database, an aggregation process is executed automatically.

The raw data (the one inserted by the user) and the aggregated data is immediately available.

The library performs the following aggregations:
- Sum
- Average
- Count
- Maximum and
- Minimum

Data is aggregated over the hour, day, month and year.

## Use cases

- Permanent telemetry storage
- Data manipulation at the edge




