Any guidelines for setting up CI/CD for Analytics Builder - Model

Is there any pre-defined process or guideline to set-up CI/CD for Analytics Builder model

Post moved to forum for better visibility.

Hello Mayer, thank you for moving it. Could you please tag anyone or any link where similar stuff is done

Hi Prakash,

to give you an update on the topic: the abilities to do CI/CD are limited for Analytics Builder at the moment. Models can be exported and imported as JSON and put into version control. The APIs for doing that in an automated fashion (e.g. from a Github Action) are currently not public. For EPL Apps, we have the EPL Apps tools that can be used. There is a functioning, but not yet merged, branch that enables the tools to work with Analytics Builder models as well: Analytics Builder support by haraldmeyer · Pull Request #4 · Cumulocity-IoT/apama-eplapps-tools · GitHub

When it comes to custom blocks, there are examples how their build, test, and deployment can be automated. E.g.: