KnimeNet was started as a side project to support my master thesis. For now there is only the need to have some more flexible command line access to KNIME.
I wanted to use .NET Applications to hold the business logic whereas KNIME should follow this logic. The command line (may be synonymously called windows cmd/batch or Linux bash/shell) represents the middleware in between. This is why I wrote KnimeNet.CommandLine.
With KnimeNet.CommandLine you can
- Start/Stop KNIME workflow execution (completely headless)
- Process KNIME data stream outputs (standard error/output)
As the time goes on I will have a look at what might be also useful. Ideas would be appreciated 🙂
Have a look at
- my GitHub repo,
- the Wiki or
- the Doxygen documentation
KnimeNet works on Windows and Linux/Mac with Mono.