Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
thanks for your answer. may i know what kind of application that work together with talend as MDM ?
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.