MDA DevOps for Data Science

Author

MDA

Published

June 11, 2024

Preface

The MDA team at CORI will do a book club and review the book DevOps for Data Science written by Alex K Gold here.

Planning:

  1. Introduction + Environments as Code: Olivier
  2. Data Project Architecture: John
  3. Databases and Data APIs: Brittany
  4. Logging and Monitoring: John
  5. Deployments and Code Promotion: Camden
  6. Demystifying Docker: John

Workflow:

  1. Clone this repo

  2. Create a specific branch:

  git checkout -b ch-?/???
  # (replace `?` with the chapter number and `???` with a name/title)
  1. Install Quarto CLI

  2. Install local dependencies:

  npm install
  1. Preview Quarto site:
  npm run preview
  1. Make changes and commit as needed

  2. Push commits and create a pull request

This is a Quarto book.

To learn more about Quarto books visit https://quarto.org/docs/books.