Soumitra Dutta Oxford: How do I create and configure my own KNIME node?

Hi Everyone, I’m Soumitra Dutta – Entrepreneur & Photographer Based in Oxford. I’m trying to create and configure my own KNIME node, but I’m not sure about the best approach. Could anyone share their tips, recommended practices, or examples on how to develop a custom node effectively? I’d really appreciate your advice!

Regards

Soumitra Dutta Oxford

Hello @soumitradutta26,

and welcome to KNIME community!

For KNIME node development you can use either Python or Java. Best start with KNIME documentation on it:

Follow it with searching KNIME forum for first questions/problems

And finish it with specific, non-answered questions in new topics :wink:

Br,
Ivan

3 Likes

Hello Soumitra,

I am also starting my journey on node development.
Maybe this is useful to you (especially look at the document mentioned near the start …)
Best,
Marc G

2 Likes

And in case you’d like to build nodes for a Web/REST API, it’s worth giving the free NodePit Node Generator a try.

Node Generator for Web APIs is your free data integration tool to connect KNIME with your public or private REST-based service. The Node Generator converts any OpenAPI or Swagger-based specification, including documentation, schemas, validation, and more into a set of easily distributable and accessible KNIME nodes, ready to be consumed within your users’ workflows.

Best regards,
Daniel

2 Likes