We have a requirement,where we need to provide data of HAWQ as a restful API to many consumers such as mobile app, web app etc in JSON format with web service security ;basically Data as a service to different applications from data lake. Can you please help us with detail architecture or some pointers on the same. We are using Pivotal HD 3.0
Asked
Active
Viewed 171 times
1 Answers
0
I would say you could use any application to develop your webservices (ie: spring) and connect to HAWQ via the JDBC driver to query the data and then reformat it to JSON within your webservice.

Parham
- 1
- 1
-
Thanks, for the help Parham. – nilesh1212 Sep 24 '15 at 14:38