I'm looking to upload a structured text file into a collection and then have a microservice parse that file for metadata and apply it to the surrounding data objects. Not being a C++ expert I was wondering if anyone has any examples of a microservice that does something along those lines that I could have a look at, or perhaps there is a way to use a different approach to achieve the same result?
The primary goal is to reduce (ideally to remove) extra metadata entry by collecting key metadata outside of iRODS (e.g. via a web form that exports a CSV, JSON, YAML or similar) and then be able to put that text file into the Collection along with the pertinent files and have the microservice read the file, pull out the metadata and apply the metadata to the surrounding objects (and likely to objects in sub-collections as well).
Thanks in advance for any suggestions!
Simon.