How to connect NoSQL database in Talend platform for Data Management
We are building ETL process using Talend platform for Data Management. As a part of our process we want to fetch the data from source system (file/RDBMS) into NoSQL DB (mongoDB), process the data, use NoSQL DB for intermediate process result/staging and then push the processed data to target RDBMS. There is no connector available for mongoDB in “Talend platform for Data Management”. Do I need to use Talend Big Data Sandbox for this? Actually we don’t want to use the entire Hadoop platform which comes with Big Data Sandbox. Our requirement is only to use NoSQL DB like mongoDB. How can we achieve this?