Skip to content

espm-288/docker-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-tutorial

Binder

Docker - Local

  • Deploy RStudio
  • Optional: linking local volumes, starting & stopping containers. docker exec. Dockerfiles.

Docker - Cloud

  • Deploy RStudio
  • Optional: Docker Compose, Deploy additional containers

Databases

  • See the [docker-compose.yml](docker-compose.yml) included here.

  • See dbplyr Vignette. Most useful is the advice on why you want to use a database:

  • Your data is already in a database.
  • You have so much data that it does not all fit into memory simultaneously and you need to use some external storage engine. (If your data fits in memory there is no advantage to putting it in a database: it will only be slower and more frustrating.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages