Hi everyone Im having the following issue with Google Cloud IoT specificly with the Registry Creation and subfolders:
I have a device with exactly 19 values to send and all are important now google let me create a registry with upto 10topics/subfolders
the original idea [IDEA] was to use a structure like so:
- topics/PowerMeter/PM1/v1
- topics/PowerMeter/PM1/V2
- topics/PowerMeter/PM1/v3
- topics/PowerMeter/PM1/C1
- topics/PowerMeter/PM1/C2
- topics/PowerMeter/PM1/C3
- ....and so on for 19 values of /PM1/
the question... is it a good practice to send a bunch of values packed in a payload to then process in the cloud? or is it best to have all separated in topics?...
i understand that cloud functions gets more expensive as the time elapsed to acomplish the task is greater, so maybe separate in topics should be ok?
if so, how to do it? there is just 10 topics/subfolders to work with....
then how to handle alarms with the same subfolders? i need some kind of guidance about this little proyect maybe google documentation confused me?
anyway anyone your help is very very appretiated