Skip to content
Jiří Vinárek edited this page Apr 28, 2014 · 3 revisions

Mongo DB

  • Download and install Mongo DB
  • Execute mongod file

KNIME Software Development Kit

This eclipse installation contains KNIME-related plugins necessary to run developed plugins. It is not intended for development as it is more than two years old.

Eclipse Kepler

This is the eclipse instance used for development.

  • Download and install Eclipse Modeling Tools 4.3.2
  • Install Meclipse plugin MonjaDB client
  • Install Xtend. Choose version 2.5.4 as it is used in the target platform definition as well.
  • Clone git repository and import project org.mycounter into workspace
  • Open file config/org.mycounter.target in the target definition editor. Edit path with eclipse knime location and select Set as Target Platform. Project should compile without errors
  • Run project using org.mycounter launch configuration. Check these things:
    • New KNIME instance should appear with node MyCounter
    • Console should contain output similar to the picture below:console output
    • Mongo instance should contain collection test with document Child:mongo view
    • Apache Felix Web Console should be accessible at http://localhost/system/console/bundles. TODO - logging to the web console is not working.

Clone this wiki locally