{"id":13691818,"url":"https://github.com/Cumulocity-IoT/apama-analytics-builder-block-sdk","last_synced_at":"2025-05-02T15:33:02.362Z","repository":{"id":44645142,"uuid":"189626350","full_name":"Cumulocity-IoT/apama-analytics-builder-block-sdk","owner":"Cumulocity-IoT","description":"Apama Analytics Builder Block SDK","archived":false,"fork":false,"pushed_at":"2025-04-30T13:44:41.000Z","size":8472,"stargazers_count":11,"open_issues_count":5,"forks_count":6,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-30T15:04:57.132Z","etag":null,"topics":["apama","apama-analytics-builder","apama-in-cumulocity","iot-analytics","sdk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cumulocity-IoT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-05-31T16:33:57.000Z","updated_at":"2025-04-30T13:44:42.000Z","dependencies_parsed_at":"2024-02-23T21:22:55.317Z","dependency_job_id":"b0b192de-b279-4b66-addb-d0447bab316c","html_url":"https://github.com/Cumulocity-IoT/apama-analytics-builder-block-sdk","commit_stats":null,"previous_names":["softwareag/apama-analytics-builder-block-sdk"],"tags_count":250,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cumulocity-IoT%2Fapama-analytics-builder-block-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cumulocity-IoT%2Fapama-analytics-builder-block-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cumulocity-IoT%2Fapama-analytics-builder-block-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cumulocity-IoT%2Fapama-analytics-builder-block-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cumulocity-IoT","download_url":"https://codeload.github.com/Cumulocity-IoT/apama-analytics-builder-block-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252063140,"owners_count":21688655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apama","apama-analytics-builder","apama-in-cumulocity","iot-analytics","sdk"],"created_at":"2024-08-02T17:00:50.724Z","updated_at":"2025-05-02T15:33:02.350Z","avatar_url":"https://github.com/Cumulocity-IoT.png","language":"Python","funding_links":[],"categories":["IoT \u0026 Analytics"],"sub_categories":["![icon-Apama-64x64](https://user-images.githubusercontent.com/23717841/230378172-ec6dfd5c-6785-4785-b0f8-4a1ac670b4fa.png) Apama"],"readme":"# Apama Analytics Builder Block SDK\n\nThis is a Software Development Kit (SDK) for producing blocks for the Apama Analytics Builder.\n\n## Disclaimer\n\nThese tools are provided as-is and without warranty or support. They do not constitute part of the product suite. Users are free to use, fork and modify them, subject to the license agreement. While we welcome contributions, we cannot guarantee to include every contribution in the main project.\n\n## Licensing\n\nCopyright 2019-present Cumulocity GmbH\n\nThis project is licensed under the Apache 2.0 license - see \u003chttps://www.apache.org/licenses/LICENSE-2.0\u003e\n\nThis excludes the Analytics Framework 'CDP' file, which is provided in binary form only for the purpose of testing.\n\n## Analytics Builder version\n\nUse the 'main' branch for the current release or switch to the appropriate branch for Long-term support (LTS) / Maintenance releases.\n\n## System requirements\n\nThis script requires an installation of Python 3.7+ and runs on either Windows or Linux. To build extensions or edit them using the [Apama extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ApamaCommunity.apama-extensions), a `dev` installation of the latest Apama is required. You can download the package from [Apama Downloads](https://download.cumulocity.com/Apama). If you choose to install Apama, you can skip the manual installation of Python, as it is shipped with Apama.\n\nAlternatively, the [apama-builder](https://gallery.ecr.aws/apama/apama-builder) Docker image from Amazon ECR Public Gallery can also be used for building and managing extensions.\n\nNote that Analytics Builder requires your Cumulocity IoT tenant to be subscribed to an 'apama-ctrl' microservice.  The 'apama-ctrl-starter' microservice offers only restricted functionality and does not support custom blocks.\n\n## Documentation\n\nThe guide to writing blocks is available in the [doc directory](doc/000-contents.md) and there is [ApamaDoc reference](https://cumulocity-iot.github.io/apama-analytics-builder-block-sdk/doc/apamadoc/index.html) available.\n\n## Getting started\n\nFrom an Apama command prompt:\n\n* Run sample tests (Unix):\n\n```bash\nexport ANALYTICS_BUILDER_SDK=`pwd`\ncd samples/tests\npysys run\n```\n\n* Package samples as an extension and upload:\n\n```bash\nanalytics_builder build extension --input samples/blocks --cumulocity_url \u003cURL\u003e --username \u003ctenantID\u003e/\u003cusername\u003e --password \u003cpassword\u003e --name sample-blocks --restart\n```\n\u003e **Note:** After running the above command, the apama-ctrl microservice will be restarted.\n\n## Change Log\n\nSee [Change Log](CHANGELOG.md) for changes.\n\n## Migration of input and output blocks to the version 2 API\n\nSee [Migrating input and output blocks to the version 2 API](doc/150-MigrateInputOutputBlocks.md) for details on migrating custom input and output blocks to the version 2 API.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCumulocity-IoT%2Fapama-analytics-builder-block-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCumulocity-IoT%2Fapama-analytics-builder-block-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCumulocity-IoT%2Fapama-analytics-builder-block-sdk/lists"}