-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
Description
I was thinking of employing JSROOT as "online browser" of some large (>1GB) ntuples. I was planning to store the ntuples under publicly available HTTP address, on S3 storage (with CORS properly configured). The JSROOT could be part of static JS+HTML app served on GitHub pages.
Main aim would be to use "Open with player" option for ntuple. User could type the column names to plot, and possibly define cuts, like on example below:

I was curious how does I/O works when dealing with large ntuples. When I open the ntuple as URL what is being downloaded to my local browser session ? Only the columns which I select or whole file ?
I saw here:
#169 (comment)
that you mentioned partial file access.