Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
MongoDB will store only datasets and preparations metadata. The data itself is not stored in MongoDB.
Uploaded datasets can be found in the file system under: dataPrep_Install_folder\dataprep\data\store\datasets\content
Credentials and configuration to connect to MongoDB is done in the Application.properties file:
# mongodb settings mongodb.host=localhost mongodb.port=27017 mongodb.database=dataprep mongodb.user=dataprep-bis mongodb.password=wzXNhpBCle+vlVnbaVNkpA==
#Talend Data Preparation