dvc

Crates.iodvc
lib.rsdvc
version0.1.0
sourcesrc
created_at2022-04-19 19:13:21.171649
updated_at2022-04-19 19:13:21.171649
descriptionA small crate to fetch data from a DVC repository.
homepage
repository
max_upload_size
id570600
size27,501
Marc-Antoine ARNAUD (MarcAntoine-Arnaud)

documentation

README

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)
Commit count: 0

cargo fmt