In this topic I will be showing how to connect to and access MongoDB, a document-oriented NoSQL database. If you want to try this out for yourself, you can create a free-tier cloud instance of MongoDB. Here is a link to the documentation .
The instance of Mongo comes with sample data collections about movies. Below a screenshot of my instance and this data:
Now we will see a very simple workflow that reads this data and converts it into a KNIME table. Notice the output at the bottom part of the screen.Â
You can find this workflow in the Downloads section of this web.
To make it work for you, you will have to change the hostname, username and password in the Connector node.