This repository is the home of the Network Analytics Extension for KNIME Analytics Platform. The Python-based extension provides a set of nodes for spatial network analysis and visualization.
The extension is mainly based on the NetworkX library and the Python-igraph library.
knime_extension
: This folder contains all files of the KNIME Network Analytics extension such as the source code of each node. The folder itself is structured as suggested in the Python Best Practices file.docs
: Additional material to get you started with the development of this extension such as development setup instructions or best practices.tests
: Test data and workflows used to test the node functionality.config.yml
: Exampleconfig.yml
file that should point to theknime_extension
folder on your local hard drive during local development and debugging as described here.
We are very happy about every contributor. Please read the Contributors' Guide for more details.
The repository is released under the MIT License.