Skip to content

Commit

Permalink
Merge pull request #8 from thisisnic/setup-instructions
Browse files Browse the repository at this point in the history
Add setup instructions for Workbench
  • Loading branch information
stephhazlitt authored Aug 8, 2024
2 parents 1a0edc4 + 7986ad7 commit 541e0de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/setup.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Set up links to the data directory

system(sprintf("ln -s /mnt/shared/data/nyc-taxi %s/data/nyc-taxi", getwd()))
system(sprintf("ln -s /mnt/shared/data/seattle-library-checkout.csv %s/data/seattle-library-checkouts.csv", getwd()))
system(sprintf("ln -s /mnt/shared/data/taxi_zone_lookup.csv %s/data/taxi_zone_lookup.csv", getwd()))
system(sprintf("ln -s /mnt/shared/data/taxi_zones %s/data/taxi_zones", getwd()))
7 changes: 7 additions & 0 deletions materials/0_housekeeping.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,10 @@ Please note everyone’s lanyard colors before taking a photo and respect their
- You are familiar with the [dplyr](https://dplyr.tidyverse.org/) package for data manipulation `r fontawesome::fa("screwdriver-wrench")`
- You have data in your life that is too large to fit into memory or sluggish in memory
- You want to learn how to engineer your data storage for more performant access and analysis

## Setup

- Log onto Workbench at the following URL: <add on conf day>
- Create a new session; **select "Resource Profile: Large"**
- Run `usethis::use_course("posit-conf-2024/arrow")`
- Open `data/setup.R` and run the script

0 comments on commit 541e0de

Please sign in to comment.