I actually found the answer... It is using the REST APIs But let us assume I have a text file with 100,000 records. Is it feasible to run a query to fetch all the records in order to display them in an HTML data grid?
On Sat, Nov 4, 2017 at 7:51 PM, Loubna Ghamlouche <[email protected]> wrote: > Hi, > > I have a quick question regarding Apache Drill. > > All the tutorials and documentation show how to get the results in the > shell, but what I want to do is to make use of the returned query records > in some other processing, such as displaying it on an HTML page. I need to > get raw data and then feed it to a data grid which will be displayed on an > HTML page. > > Could you please give me some advice? > > Thanks > > Loubna >
