frictionlessdata / frictionless-r

R package to read and write Frictionless Data Packages
https://docs.ropensci.org/frictionless/
Other
28 stars 10 forks source link

Cache profiles #202

Open peterdesmet opened 3 months ago

peterdesmet commented 3 months ago

profile properties are a URL to a version of a profile and could therefore be cached. That would allow users to read the profile just once, but from then on, no longer require an internet connection to read a resource.

See the recommendation at https://datapackage.org/standard/glossary/#profile

peterdesmet commented 5 days ago

Note, we used caching in camtrapdp using memoise: https://github.com/inbo/camtrapdp/pull/67. It's a good starting point for implementing this.