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
{{ message }}
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
"description": "Examples that illustrate DVC commands and other features.",
"courses": [
{
"course_id": "dvcignore",
"title": ".dvcignore",
"description": "Examples of ignoring files with `.dvcignore`."
},
{
"course_id": "fetch",
"title": "dvc fetch",
"description": "Examples of using the command `dvc fetch`."
},
{
"course_id": "shared-server",
"title": "Shared Server",
"description": "Some teams may prefer using a single shared machine to run their experiments. This allows them to have better resource utilization and to share data of their projects efficiently."
},
{
"course_id": "ssh-storage",
"title": "SSH Remote DVC Storage",
"description": "Sharing data through a SSH remote DVC storage."
},
{
"course_id": "mounted-storage",
"title": "Mounted DVC Storage",
"description": "Sharing data through a DVC storage that is mounted (by sshfs, NFS, Samba, etc.)"
},
{
"course_id": "mounted-cache",
"title": "Mounted DVC Cache",
"description": "Sharing data through a DVC cache that is located on a Network-Attached Storage (NAS)."
},
{
"course_id": "synced-storage",
"title": "Synchronized DVC Storage",
"description": "Sharing data by synchronizing DVC storages through a cloud storage provider."