Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.56 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.56 KB

Network Analytics Extension for KNIME

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.

Package Organization

  • 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: Example config.yml file that should point to the knime_extension folder on your local hard drive during local development and debugging as described here.

Contribute Guidelines

We are very happy about every contributor. Please read the Contributors' Guide for more details.

License

The repository is released under the MIT License.

Code style: black