The MDA team at CORI will do a book club and review the book DevOps for Data Science writen by Alex K Gold here.
- Introduction + Environments as Code: Olivier
- Data Project Architecture: John
- Databases and Data APIs: Brittany
- Logging and Monitoring: Dolley
- Deployments and Code Promotion: Camden
- Demystifying Docker: John
- …
-
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