forked from iterative/katacoda-scenarios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples-pathway.json
41 lines (41 loc) · 1.39 KB
/
examples-pathway.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"title": "Examples",
"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."
}
]
}