Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dec 5, 2025 3:33:06 AM
Xiaodi_Shi
Apr 1, 2021 6:11:43 AM
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