Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Swapnil_1987
Contributor
Contributor

Achieve data virtualization

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.

Labels (2)
2 Replies
Anonymous
Not applicable

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

Swapnil_1987
Contributor
Contributor
Author

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.