Loading repository data…
Loading repository data…
ibm-watson-iot / repository
A companion package to IBM Maximo asset monitor pipeline containing sample functions and base classes from which to derive custom functions
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A companion package to IBM Watson IoT Platform Analytics containing sample functions and base classes from which to derive custom functions.
These instructions will get you up and running in your local environment or in Watson Studio for development and testing purposes.
Caveat
python3 setup.py sdist bdist_wheel
twine upload --verbose --repository testpypi dist/*
twine upload --verbose --repository pypi dist/*
python3 -m venv env
source env/bin/activate
pip install git+git://github.com/ibm-watson-iot/functions@XXX --upgrade
Replace 'XXX' by the version of your IBM Watson IoT Platform Analytics installation like, for example, '8.10.x' or '8.11.x'To install in IBM Watson Studio from another Jupyter notebook:
!pip install git+git://github.com/ibm-watson-iot/functions.git@XXX --upgrade
Replace 'XXX' by the version of your IBM Watson IoT Platform Analytics installation like, for example, '8.10.x' or '8.11.x'
Test for successful install:
import iotfunctions as fn
print(fn.__version__)
Keep up to date with the latest changes.