This chapter delves into the setup of DVC, encompassing aspects such as installation, initialization of the repository, and the utilization of the .dvcignore file. It further navigates through the exploration of DVC cache and staging files, imparting knowledge on how to add and remove files, manage caches, and comprehend the underlying mechanisms using the MD5 hash. The chapter also elucidates on DVC remotes, distinguishing them from Git remotes, and guides you on how to add, list, and modify them. Lastly, it teaches you how to interact with these remotes by pushing and pulling data, checking out specific versions, and fetching data to the cache.
Exercise 1: DVC-Einrichtung und InitialisierungExercise 2: DVC einrichtenExercise 3: .dvcignore-MusterExercise 4: DVC-Cache und Staging-DateienExercise 5: Arbeiten mit dem DVC-CacheExercise 6: .dvc-Dateien verstehenExercise 7: DVC-Remotes konfigurierenExercise 8: Zweck von DVC-RemotesExercise 9: Einen DVC-Remote einrichtenExercise 10: Mit DVC-Remotes arbeitenExercise 11: Daten versionieren mit DVC RemoteExercise 12: Versionierte Daten auschecken