Producing an API that serves model results or a Shiny app that displays the results of an analysis requires a collection of intermediate datasets and model objects, all of which need to be saved. Depending on the project, they might need to be reused in another project later, shared with a colleague, used to shortcut computationally intensive steps, or safely stored for QA and auditing.
Some of these should be saved in a data warehouse, data lake, or database, but write access to an appropriate database isn’t always available.
Home | About | Contributors |