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 2 years ago

vjcitn commented 2 years ago

We will discuss local caching on this issue.

vjcitn commented 2 years 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 2 years 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 2 years 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.