Open source component of the Maximo Asset Manager pipeline
Project description
IoT Functions
A companion package to IBM Watson IoT Platform Analytics containing sample functions and base classes from which to derive custom functions.
Getting Started
These instructions will get you up and running in your local environment or in Watson Studio for development and testing purposes.
Prerequisites
- python 3.X (https://www.anaconda.com/distribution/)
- future (pip install future)
- pandas (pip install pandas)
- sqlalchemy (pip install sqlalchemy)
- ibm_db_sa (pip install ibm_db_sa)
- ibm_cos_sdk (pip install ibm-cos-sdk)
- lxml (pip install lxml)
Build and Shipment
Caveat
- Shipping to pypi or test-pypi requires a token
- Version numbers can never be reused.
- Build a distribution first
python3 setup.py sdist bdist_wheel
- Upload to test-pypi
twine upload --verbose --repository testpypi dist/*
- When everything appears to be okay upload to pypi
twine upload --verbose --repository pypi dist/*
Installing
- Create a virtual environment
python3 -m venv env
- Activate virtual environment
source env/bin/activate
- Install in your local environment from GitHub
pip install git+git://github.com/ibm-watson-iot/functions@production --upgrade
To install in IBM Watson Studio from another Jupyter notebook:
!pip install git+git://github.com/ibm-watson-iot/functions.git@production --upgrade
Test for successful install:
import iotfunctions as fn
print(fn.__version__)
Changelog
Keep up to date with the latest changes.
Further information
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iotfunctions-8.9.0.tar.gz
(14.5 MB
view details)
Built Distribution
iotfunctions-8.9.0-py3-none-any.whl
(242.4 kB
view details)
File details
Details for the file iotfunctions-8.9.0.tar.gz
.
File metadata
- Download URL: iotfunctions-8.9.0.tar.gz
- Upload date:
- Size: 14.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dc9ade1f89ac632381a100ad71da1ed241039afb4dbd8cce71ed902e4557663 |
|
MD5 | 942191fc6648fb1b6f4311e0b30b18b8 |
|
BLAKE2b-256 | 1bed89e78b9197f0c8026af47613ef9bd5759f6d1146c7106c28a6dfbe46da87 |
File details
Details for the file iotfunctions-8.9.0-py3-none-any.whl
.
File metadata
- Download URL: iotfunctions-8.9.0-py3-none-any.whl
- Upload date:
- Size: 242.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34fe1b349875c6d74ecfbae7e49b9ee0d5101d3c6ce973f91412e16dad4fa2a7 |
|
MD5 | 0550e444277031813de93f022a522b95 |
|
BLAKE2b-256 | 34d27ff78b17c28f3e0edd11322f6867406c85276c0a2e7db107a732009a3707 |