predis-h2020 / metadata

0 stars 0 forks source link

Create unipi_lora_node_measurement.json #10

Closed acunipisa closed 1 year ago

acunipisa commented 1 year ago

JSON schema for UniPi lora_node measurement. Represents the schema of data which will be found inside an Azure Blob.

acunipisa commented 1 year ago

Are you thinking about static or dynamic metadata? If it is about dynamic metadata retrieved from blobs, then it may be possible for users (or partners) which agree on using an Azure IoT Central application, to use a standardized telemetry structrure (for example system_id, measure_id, timestamp, data). This depends on the amount of data that they have to send to a blob. If it is about static, then it may be more complicated. For sensors (I mean detectors), it may be possible, since they are relatively simple devices. For data acquisition systems we can try, but it will not be an easy task, since architectures may be involve completely different components, protocols, and/or requirements. Anyway I am open for discussion.

joergfunger commented 1 year ago

My last impression from the meeting was that there is only static metadata. If you have a sensor that is used in multiple locations, just make a different sensor for each location. What else would by dynamic metadata?