[show-and-tell] Using {targets} with Docker, DuckDB, and {renv} for Reproducible Data Pipelines #1335
philiporlando
started this conversation in
Show and tell
Replies: 3 comments 3 replies
-
Nice example, thanks for sharing! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for sharing, @philiporlando! What is the advantage of passing a table hash via |
Beta Was this translation helpful? Give feedback.
2 replies
-
A couple thoughts to add:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I've been working on this project which demonstrates how to build reproducible data pipelines using Docker for isolated environments, DuckDB for fast, in-process SQL analytics, and
{targets}
for orchestrating R workflows. This project also incorporates{renv}
to enhance Docker’s handling of R package dependencies, letting users manage and version control packages through anrenv.lock
file.I wanted to share with other
{targets}
users that may be searching for a portable data pipeline solution. Looking forward to any feedback and to learn about other ways that folks are building reproducible data pipelines.Beta Was this translation helpful? Give feedback.
All reactions