Hello all.
I require some guidance and clarification.
I need to develop an application that would automatically translate input data to another output format, e.g., test.dgn into test.shp
I have installed FMEServer and uploaded my workspace which does the work.
I have managed to upload an input file from my pc to my uploaded workspace in the FMEServer by using your javascript demo application.
However, my issue is that in reality my input files will be located in the Microsoft Azure Storage, and the workspace in FMEServer should be automatically triggered to run the process when it gets a call from my application with input link or when it sees that a new file where uploaded in Azure storage.
I have tested my workspace by manualy pasting in the file shared access link (URL link) from Azure blob container as an input value, and the workspace ran successfully.
I have read a bunch of articles about directories watch, and HTTPCaller, and as I am very new in the field, I got very confused.
Questions:
1) Is my described approach is possible?
2) Is it possible to watch a “File Share” or a “Blob Container” from Azure cloud or I need to use httpcoller?
3) What would be your suggestions?
Thank you in advance for your time and help.