Replies: 2 comments 17 replies
-
Thanks @yonicd ! I think it is a nice idea in general, because you don't need to store data in the package. However, I would have a few questions:
|
Beta Was this translation helpful? Give feedback.
9 replies
-
created a static version of the data in the package. started with generating bcva using {targets} for reproducibility in the data-raw directory This way there is a visual graph attached to each data we create that shows how the data is created and a way for anyone to reproduce it programatically. It will also make it simpler to maintain the package as it potentially scales to multiple datasets |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was thinking to make the api more flexible than the regular data storage in a package. This limits to how much data can be contributed to the package over time.
I opened a public S3 bucket that doesnt need any keys (basically just a gateway to a bucket for storage)
>?
notation.The idea would be that data is
fetched
once from the bucket for a session then cached in an internal package env that would manage the dataThis will give us a naturally scalable way to maintain and access data regardless of language/platform/output to allow for a variety of potential users
What do you think?
cc @danielinteractive @wlandau @chstock
Beta Was this translation helpful? Give feedback.
All reactions