Modeling Guide for SAP Data Hub

Project Structure

To deploy your operator later to a Data Hub system, you will need to structure your project as follows:

|- my_solution/
    |- vsolution.json
    |- vrep/vflow/
        |- subengines/com/sap/node/operators/
            |-- example
               |-- operator.json
               |-- script.js
               |-- icon.svg
This structure needs to be archived before you can deploy it to a SAP Data Intelligence system. You can use the tar archiver (on macOS and Linux) to create an archive:
tar -C <path to my_solution> -czf my_solution.tar.gz