FastDS logo

FastDS

(0)
Code versioning
Data versioning

FastDS is a command line wrapper that combines Git and DVC to automate repetitive tasks.

Use it when

  • You want to combine Git and DVC commands into a single command.
  • You want to streamline the Git+DVC workflow.
  • You want to avoid errors in repetitive tasks.

Watch out

  • Git and DVC installations are required.
  • Not all Git/DVC commands are supported in the initial release.

Example stacks

Airflow + MLflow stack

Installation

pip install fastds

Reviews