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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

REST API and database communication

Hi,

 

I'm trying to create a REST service using Talend Open Studio which will query the database and return a JSON response through an API request. Following is basic flow I need,

 

Request received -> Query data from DB -> Convert to JSON -> Send Response

 

I can't seem to put together the proper components needed for this. It would be great if someone could point me in the right direction.

 

Thanks!

Labels (5)
1 Solution

Accepted Solutions
DataTeam1
Creator
Creator

Hi @sahan you need to use these components

 

1.JPG

View solution in original post

2 Replies
DataTeam1
Creator
Creator

Hi @sahan you need to use these components

 

1.JPG

Anonymous
Not applicable
Author

This worked! Thanks!