A table widget for Cumulocity IoT displaying the results of a DataHub query.
There are 2 options for installtion:
- Using the Runtime Widget Loader - Just upload the widget as a zip to your tenant
- Building a custom Cumulocity IoT Application - Add the widget as a library
- Download the latest
datahub-widget.zip
file from the releases section. - Make sure you have either a version of the Cockpit or the AppBuilder that supports runtime widget loading.
- Open a dashboard
- Click
more...
- Select
Install widget
and follow the instructions
- (Optional, if you already have a Cumulocity application) Create a new Cumulocity application using the cockpit as a template
- Download the latest
datahub-widget-library.tgz
from the releases section - Inside your Cumulocity application folder, run:
npm install <path>/datahub-widget-library.tgz
- Add the widget to an NgModule:
NgModule({ imports: [ ... DatahubWidgetModule ... ], })
- Clone this repo:
git clone https://github.com/SoftwareAG/cumulocity-datahub-table-widget.git
- Install the dependencies:
cd cumulocity-datahub-table-widget npm install
- Build the widget:
npm run build
- After the build completes the
/dist
folder will contain awidget.zip
file, this is your deployable widget
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.
For more information you can Ask a Question in the TECHcommunity Forums.
You can find additional information in the Software AG TECHcommunity.