Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am looking if there is a way to achieve data virtualization feature in Talend.
Below steps will explain what I am looking to achieve
1. I have 4 different tables from different data sources.
2. Create abstract Talend specific view which is nothing but join of already imported tables in Step 1
3. Call Talend abstract view thought REST API in python or any front end application which will be used to pull the data from tables runtime
In this scenario abstract view will be in Talend and it will have only schema and their should not be physical table. Calling API should pull data from all the table runtime.
Hello,
Data Virtualization must be a new feature in Talend Products. Talend serves the sources of data virtualization solutions and can integrate them via JDBC (tJDBCInput).
Best regards
Sabrina
Thank Sabrina,
Could you please shares links on data virtualization examples in Talend? I tried exploring more on this but couldn't find more stuff on Talend forum. I have working implementation in Denodo and now I am want to get rid of Denodo licensing cost and have implemented same in Talend. Please guide me.