cadenzaanalytics is the official package for fast and easy creation of disy Cadenza analytics extensions with Python. It enables the extension of disy Cadenza for advanced analytics purposes with the usage of python code.
Find the docs at https://disyinformationssysteme.github.io/cadenza-analytics-python
- Python 3
- Flask
- Pandas
- Shapely
- requests-toolbelt
- chardet
The simplest way to install cadenzaanalytics is from the Python Package Index (PyPI) using the package installer pip.
To install the most recent version, simply execute
pip install cadenzaanalyticsExample extensions can be found in examples.
To test an example extension, clone this repository, install the dependencies, navigate to the folder, e.g. examples/data/extension.
Run the example file in your python environment e.g.:
python example_extensions.py
A development server will be started on localhost http://127.0.0.1:5005.
The analytics extension can now be registered and used in disy Cadenza.
It is not recommended to use the development server in a production environment.