Skip to content

Files

Latest commit

 

History

History
14 lines (10 loc) · 1.06 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.06 KB

KNIME® logo KNIME® Analytics Platform - Example Node Implementations

Content

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.

Development

Instructions for how to develop extensions for KNIME Analytics Platform can be found in the knime-sdk-setup repository on BitBucket or GitHub.

Join the Community!