Skip to main content
Version: Next

Apama

The Apama plugin, part of the Apama thin-edge.io support package, can be used to install Apama projects using the Cumulocity software management feature.

Prerequisites​

The Apama thin-edge.io support package must be installed before you can install Apama projects on thin-edge.io. The recommended way of installing Apama support on Debian based distributions is with the apt package manager. Further details about this can be found in the thin-edge.io documentation at Manage the software on your devices from Cumulocity cloud.

Set up the Debian repository from which the Apama packages will be installed​

  1. In the Cumulocity IoT tenant, open the Device Management app, go to the Management menu option and select the Software repository.

  2. Click Add software at the right of the top menu bar.

  3. In the ADD SOFTWARE dialog enter the following details:

  4. Click the Add Software button.

  5. Now select the Devices menu option and then select All devices.

  6. In the list of devices, select the thin-edge.io device installed previously.

  7. In the sub-menu for the device, select the Software option.

  8. Click the Install software button in the bottom left; the apama-repo should be listed.

  9. Click the drop-down arrow on the right and check the 2022 radio button, then click Install.

  10. Finally, click the Apply changes button in the lower right of the panel.

Add the Apama thin-edge support package to the tenant software repository and deploy it to thin-edge​

  1. Return to the Device Management app and go to the Management menu option and select the Software repository.
  2. Click Add software at the right of the top menu bar.
  3. In the ADD SOFTWARE dialog enter the following details:
    • Software: apama-thin-edge-support
    • Description: apama-thin-edge-support (or something else if you choose)
    • Device Filter Type: (leave empty)
    • Software Type: apt
    • Version: latest
    • SOFTWARE FILE: select the Provide a file path option and give an empty space (' ').
  4. Click the Add Software button.
  5. Now return to the Devices menu option and then select All devices.
  6. In the list of devices, select the thin-edge.io device installed previously.
  7. In the sub-menu for the device, select the Software option.
  8. Click the Install software button in the bottom left; the apama-thin-edge-support should be listed.
  9. Click the drop-down arrow on the right and check the latest radio button, then click Install.
  10. Finally, click the Apply changes button in the lower right of the panel.

After installation of the support for Apama onto the thin-edge.io device, the correlator will attempt to start, but will fail initially because there is not yet an Apama project installed. Instructions are given below for installing an Apama project on the device.

Install Apama projects from Cumulocity​

Before an Apama project can be installed on the device using the software management feature in Cumulocity, the project files need to be added to the Cumulocity software repository.

There are certain conventions that you need to follow while creating software entries for Apama artifacts in the software repository.

For Apama projects:

  1. The software type must be apama.
  2. The uploaded binary must be a zip file that contains the project directory. If a directory named project is not found by the plugin at the root level in the zip, it is considered invalid.

Add new apama project in Software Repository

Once the software modules have been added to the software repository, these can be installed on the device just like any other software from the Software tab of the device in the Cumulocity device UI.

Testing Apama Plugin​

Follow the instructions here to install a test project on the device.

You can test if the project was successfully installed by running the following Apama command:

/opt/softwareag/Apama/bin/apama_env engine_inspect -m
Example Output
Monitors
========
Name Num Sub Monitors
---- ----------------
TedgeDemoMonitor 1

You can find more information on how to test this project here.