ste-phil / iot-store

A simple data sink for iot sensor data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple iot data dump

HTTP GET @ /api/iot to get all available buckets which contain data

HTTP GET @ /api/iot/<bucketname> to get data of bucket in csv format

HTTP POST @ /api/iot/<bucketname> to send data to the bucket (sent in body as text/plain)

HTTP DELETE @ /api/iot/<bucketname> to delete the whole bucket

About

A simple data sink for iot sensor data


Languages

Language:C# 79.6%Language:C++ 16.3%Language:Dockerfile 4.0%