This repository contains example implementations for nodes in KNIME Analytics Platform nodes.
- org.knime.examples.minimal: Example containing a reference implementation of a KNIME Extension providing minimalistic Java-based nodes with Web UI dialogs that can be used as templates when creating new nodes.
- org.knime.examples.unitconverter: Example containing a reference implementation of a KNIME Extension including a simple Java-based node that converts common metric / imperial units.
- python: Example containing a reference implementation of the unit converter node in Python.
Instructions for how to develop extensions for KNIME Analytics Platform can be found in the knime-sdk-setup repository on BitBucket or GitHub.