vjcitn / rhsdsclient

Utilities for working with HDF Scalable Data Service in R
MIT License
1 stars 0 forks source link

local caching #2

Open vjcitn opened 1 year ago

vjcitn commented 1 year ago

We will discuss local caching on this issue.

vjcitn commented 1 year ago

here is where httr::GET is used to issue the request to HSDS. I think this is where you would introduce local cache processing.

multimeric commented 1 year ago

So in what format is the data returned? Is it HDF5 or some other format? I'm thinking it might be more meaningful to cache HDF5 files so they can be inspected directly.

vjcitn commented 1 year ago

I added a vignette in rhsdsclient/vignettes/rhsdsclient.Rmd ... it starts to explain the production of requests and fulfillment ... more will come later today. We are not thinking in terms of files, locally.