Hey community,
I am developing an application that serves as a data logger for several geoscience sensors.
Since I’d like the data logger to be configurable remotely and each sensor will have a slightly different configuration, I was thinking about keeping a YAML configuration file for each sensor in a remote repository, and making the app fetch any change to a specific file and get the new one if necessary.
Is this approach something that might work? What would you suggest instead?
Thank you so much in advance!
Saverio