-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi @JimBacon ,
I thought I just give you a bit of an overview of what we need in the cloud to get data (e.g., a picture with metadata) sent from a device to the cloud.
The way I collect data right now, I can either send data straight to a bare HTTPS endpoint whenever a picture arrives or send it to pre-configured AWS endpoint (see available options in the picture below). I think FDRI are using IoT Analytics, but for us, Lambda may be the way to go (or stick with bare HTTPS endpoint, which is what I am doing right now: https://github.com/NERC-CEH/ami-mini-db).
Either way, all I'd need from "you" to send a picture, is a static URL. Obviously, I can just test this myself since it's not rocket science, but ultimately, we'd need this integrated into the main setup.
Either way, the data would arrive as JSON with some metadata and likely a binary payload (the picture).
You could also imagine receiving certain status events this way, which then wouldn't contain a binary payload.