You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Self-contained packages for Linux, Windows, and Mac are available. The latest version of the packages
172
+
can be found on the GitHub `releases page <https://github.com/iterative/dvc/releases>`_.
173
173
174
174
Ubuntu / Debian (deb)
175
175
^^^^^^^^^^^^^^^^^^^^^
@@ -187,23 +187,23 @@ Fedora / CentOS (rpm)
187
187
sudo yum update
188
188
sudo yum install dvc
189
189
190
-
Related technologies
191
-
====================
190
+
Comparison to related technologies
191
+
==================================
192
192
193
-
#. `Git-annex <https://git-annex.branchable.com/>`_ - DVC uses the idea of storing the content of large files (that you
194
-
don't want to see in your Git repository) in a local key-value store and uses file hardlinks/symlinks instead of the
195
-
copying actual files.
193
+
#. `Git-annex <https://git-annex.branchable.com/>`_ - DVC uses the idea of storing the content of large files (which should
194
+
not be in a Git repository) in a local key-value store, and uses file hardlinks/symlinks instead of
195
+
copying/duplicating files.
196
196
197
197
#. `Git-LFS <https://git-lfs.github.com/>`_ - DVC is compatible with any remote storage (S3, Google Cloud, Azure, SSH,
198
-
etc). DVC utilizes reflinks or hardlinks to avoid copy operation on checkouts which makes much more efficient for
199
-
large data files.
198
+
etc). DVC also uses reflinks or hardlinks to avoid copy operations on checkouts; thus handling large data files
199
+
much more efficiently.
200
200
201
-
#. *Makefile* (and its analogues). DVC tracks dependencies (DAG).
201
+
#. *Makefile* (and analogues including ad-hoc scripts) - DVC tracks dependencies (in a directed acyclic graph).
202
202
203
-
#. `Workflow Management Systems <https://en.wikipedia.org/wiki/Workflow_management_system>`_. DVC is a workflow
203
+
#. `Workflow Management Systems <https://en.wikipedia.org/wiki/Workflow_management_system>`_ - DVC is a workflow
204
204
management system designed specifically to manage machine learning experiments. DVC is built on top of Git.
205
205
206
-
#. `DAGsHub <https://dagshub.com/>`_ Is a Github equivalent for DVC - pushing your Git+DVC based repo to DAGsHub will give you a high level dashboard of your project, including DVC pipeline and metrics visualizations, as well as links to DVC managed files if they are in cloud storage.
206
+
#. `DAGsHub <https://dagshub.com/>`_ - This is a Github equivalent for DVC. Pushing Git+DVC based repositories to DAGsHub will produce in a high level project dashboard; including DVC pipelines and metrics visualizations, as well as links to any DVC-managed files present in cloud storage.
207
207
208
208
Contributing
209
209
============
@@ -252,5 +252,5 @@ Copyright
252
252
253
253
This project is distributed under the Apache license version 2.0 (see the LICENSE file in the project root).
254
254
255
-
By submitting a pull request for this project, you agree to license your contribution under the Apache license version
255
+
By submitting a pull request to this project, you agree to license your contribution under the Apache license version
0 commit comments