#repository #fetch #tracker #git #data #repo #object

dvc

A small crate to fetch data from a DVC repository

1 unstable release

0.1.0 Apr 19, 2022

#71 in #tracker

MIT license

25KB
716 lines

DVC

This crate is a small object tracker for DVC repo that provides the following functionalities:

  • Track a DVC repository managed with Git
  • Download locally a specific resource (a dataset or a serialized model) in that repo
  • Update the resource to its last version

List of supported remote storage

  • S3 buckets
  • GCS
  • Google Drive
  • Microsoft Azure

Features

This crates comes with a Python feature that wraps DVC's Python API.

Limitations

As of now, this crate presents some limitations:

  • Only the remote default branch can be fetched (and a default branch must exist)

Dependencies

~41–59MB
~1M SLoC