MDA DevOps for Data Science
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:
- Introduction + Environments as Code: Olivier
- Data Project Architecture: John
- Databases and Data APIs: Brittany
- Logging and Monitoring: John
- Deployments and Code Promotion: Camden
- Demystifying Docker: John
- …
Workflow:
Clone this repo
Create a specific branch:
git checkout -b ch-?/???
# (replace `?` with the chapter number and `???` with a name/title)
Install Quarto CLI
Install local dependencies:
npm install
- Preview Quarto site:
npm run preview
Make changes and commit as needed
Push commits and create a pull request
This is a Quarto book.
To learn more about Quarto books visit https://quarto.org/docs/books.