Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
awildan1692170924
Contributor
Contributor

how talend handle master data manamgement requirement ?

hi team, just want to make sure of my doubt

i read that mdm is already deprecated in talend https://help.talend.com/r/en-US/8.0/release-notes/mdm-end-of-life

but just wonder, how talend in current situation handle the mdm requirement ? ( i.e as central data repository for master data,synchronize hub so master data can be uptodate ) etc

Labels (3)
3 Replies
jlolling
Creator III
Creator III

You can use a different application to do that. But you can build with Talend Data Integration all backend processes a MDM system is typically made of. The only thing what you miss and have to replace is a gui.

awildan1692170924
Contributor
Contributor
Author

thanks for your answer. may i know what kind of application that work together with talend as MDM ?

jlolling
Creator III
Creator III

You can take what you want. Take care your new MDM has a good documented API and use also a solid database like PostgreSQL and not a pure file based database like HSQL or Derby or even no database.

The MDM should allow to trigger processes if changes happen (changes via GUI or API).

In general, think about the process you want to establish and check if this process will be supported.

Open Source is mostly a good choice.