Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 585 Bytes

File metadata and controls

13 lines (9 loc) · 585 Bytes

API FOR IOT DATASET MANAGEMENT

This folder contains the code for the python library developed to upload and download datasets containing large amounts of data generated by IoT sensors. In order to increase the usability of the platform, the python library was created to expose the main functionalities of the API to the developer in an efficient and intuitive way.

Quick start

Download the library file Source/Measurify_library and import it into the python environment.

import measurify

In Source/Examples there are some examples of use of the library.