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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Druid connectors

I want to read data from Druid. Is there a way I can connect druid using Talend open studio.
Thanks,
Shail
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi Shail 
No special connector available for Druid right now.
Regards
Shong
Anonymous
Not applicable
Author

I used tRest to post queries on Druid, then used tFileOutputJSON to save the query result.
Since I am new to Talend, it took me a day to figure out but finally it worked and I can read data from druid 0683p000009MACn.png.
Best Regards,
Shail
Anonymous
Not applicable
Author

Hi Shail 
It is a good approach to use web service components if Druid provides web service API. Thanks for your feedback, it is helpful for others who might have the same request in future.