Re: What is the best way to use Apache-drill with rails app?

2015-06-15 Thread Jason Altekruse
If you are not going to be reading a lot of data, in terms of final results (i.e. your app will consume filtered and/or aggregated results), the rest API should serve your purposes. For better throughput the JDBC and ODBC interfaces will be your best bet. Please note that the odbc driver is not a

Re: What is the best way to use Apache-drill with rails app?

2015-06-14 Thread Ted Dunning
What about using ODbc? Sent from my iPhone On Jun 14, 2015, at 0:00, Hosang Jeon hosang.j...@braincommerce.com wrote: Hi everyone. My current application is built on top of rails framework and I want to integrate some parts of the application with Apache-drill. I could see that