SoftwareAG / apama-analytics-builder-block-sdk

Apama Analytics Builder Block SDK
Apache License 2.0
9 stars 5 forks source link

Upload without local Apama install #2

Closed mstoffel-sag closed 4 months ago

mstoffel-sag commented 3 years ago

It would be really great to be able to upload onw blocks without the need to install apama locally. Would it be possible to just zip the project and use curl to push it to the tenant

skom-c8y commented 4 months ago

If its a pure EPL Application then yes, you should be able to zip it up (requires a specific folder structure) and upload as extension to a tenant.

However for custom analytics builder blocks, a simple zip and upload will not work. you would need to use the SDK to extract certain metadata and package it accordingly.