Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SoftwareAG/analytics-builder-blocks-contrib
Unsupported, not productized blocks for use with Apama Analytics Builder
https://github.com/SoftwareAG/analytics-builder-blocks-contrib
apama apama-analytics-builder cumulocity-example cumulocity-extension cumulocity-iot example extension iot-analytics samples
Last synced: 3 months ago
JSON representation
Unsupported, not productized blocks for use with Apama Analytics Builder
- Host: GitHub
- URL: https://github.com/SoftwareAG/analytics-builder-blocks-contrib
- Owner: SoftwareAG
- Created: 2020-01-09T17:36:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T12:01:10.000Z (6 months ago)
- Last Synced: 2024-05-03T00:14:54.111Z (6 months ago)
- Topics: apama, apama-analytics-builder, cumulocity-example, cumulocity-extension, cumulocity-iot, example, extension, iot-analytics, samples
- Language: Python
- Homepage:
- Size: 178 KB
- Stars: 8
- Watchers: 12
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-softwareag - analytics-builder-blocks-contrib - Unsupported, not productized blocks for use with Apama Analytics Builder. (IoT & Analytics / ![icon-Apama-64x64](https://user-images.githubusercontent.com/23717841/230378172-ec6dfd5c-6785-4785-b0f8-4a1ac670b4fa.png) Apama)
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/SoftwareAG/apama-analytics-builder-block-sdk) github repo
* A local install of Apama - from either the SoftwareAG suite installer or [Community edition - full version](http://www.apamacommunity.com/downloads/).
* A Cumulocity IoT 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/SoftwareAG/apama-analytics-builder-block-sdk.git
git clone https://github.com/SoftwareAG/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
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 Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.Contact us at [TECHcommunity](mailto:[email protected]?subject=Github/SoftwareAG) if you have any questions.
______________________