You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to have a consistent naming scheme across all example repositories, the
new repositories should be named as:
example-PROD-FEATURE
where PROD is one of the products like dvc, cml, studio, or dvclive, and FEATURE is
the feature that the repository focused on, like experiments, or pipelines.
You can also use additional keywords as suffix to differentiate from the others.
⚠️ Please create all new repositories with the prefix example-.
Scripts
Each example DVC project is in each of the root directories (below). cd into
the directory first before running the desired script, for example:
$ cd example-get-started
$ ./deploy.sh
example-get-started
There are 2 GitHub Actions set up to test and deploy the project:
These will automatically test and deploy the project. If you need to run the project
locally/manually, you only directly need generate.sh. deploy.sh is a helper script
run within generate.sh.
generate.sh: Generates the example-get-started DVC project from
scratch.
By default, the source code archive is derived from the local workspace for
development purposes.
For deployment, use generate.sh prod to upload/download a source code
archive from S3 the same way as in Connect Code and
Data.