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 Kurulumu ve BaşlatmaExercise 2: DVC KurulumuExercise 3: .dvcignore KalıplarıExercise 4: DVC Önbelleği ve Aşama DosyalarıExercise 5: DVC Önbelleği ile ÇalışmaExercise 6: `.dvc` Dosyalarını AnlamaExercise 7: DVC Uzaklarını YapılandırmaExercise 8: DVC Remotes'in AmacıExercise 9: Bir DVC Remote’u AyarlaExercise 10: DVC Uzaklarıyla EtkileşimExercise 11: DVC Remote kullanarak verileri versiyonlamaExercise 12: Sürümlendirilmiş Verileri Checkout Etme