Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cumulocity-iot/analytics-builder-blocks-contrib
Unsupported, not productized blocks for use with Apama Analytics Builder
https://github.com/cumulocity-iot/analytics-builder-blocks-contrib
apama apama-analytics-builder cumulocity-example cumulocity-extension cumulocity-iot example extension iot-analytics samples
Last synced: 14 days ago
JSON representation
Unsupported, not productized blocks for use with Apama Analytics Builder
- Host: GitHub
- URL: https://github.com/cumulocity-iot/analytics-builder-blocks-contrib
- Owner: Cumulocity-IoT
- Created: 2020-01-09T17:36:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T06:28:56.000Z (7 months ago)
- Last Synced: 2024-12-14T03:03:30.884Z (about 2 months ago)
- Topics: apama, apama-analytics-builder, cumulocity-example, cumulocity-extension, cumulocity-iot, example, extension, iot-analytics, samples
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 8
- Watchers: 12
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# analytics-builder-blocks-contrib
This repository contains non-productized blocks for Apaam Analytics Builder that have been contributed by the community.## Installation
To add these blocks to a tenant, you will require:* A copy of the [block-sdk](https://github.com/Cumulocity-IoT/apama-analytics-builder-block-sdk) github repo
* A local install of the Apama Full Edition from https://download.cumulocity.com/Apama/
* A Cumulocity tenant with a suitable apama-ctrl microservice subscribed (custom blocks are not supported with apama-ctrl-starter).Installation Steps:
```
. $SAG_INSTALL/Apama/bin/apama_env
git clone https://github.com/Cumulocity-IoT/apama-analytics-builder-block-sdk.git
git clone https://github.com/Cumulocity-IoT/analytics-builder-blocks-contrib.git
./apama-analytics-builder-block-sdk/analytics_builder build extension \
--input analytics-builder-blocks-contrib/blocks/ --name contrib-blocks\
--cumulocity_url https://$TENANT/ \
--username $USERNAME --password $PASSWORD --restart
```## Licensing
Copyright (c) 2019-present Cumulocity GmbH
This project is licensed under the Apache 2.0 license - see
______________________
These tools are provided as-is and without warranty or support. They do not constitute part of the Cumulocity products. Users are free to use, fork and modify them, subject to the license agreement. While Cumulocity welcomes contributions, we cannot guarantee to include every contribution in the master project.Contact us at https://apamacommunity.com if you have any questions.
______________________