Skip to content

Commit

Permalink
Readme: Related techs small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpetrov committed Mar 21, 2018
1 parent 8fc9647 commit eef0498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ Discussion: https://discuss.dataversioncontrol.com/

1. [Git-annex](https://git-annex.branchable.com/) - DVC uses the idea of storing the content of large files (that you don't want to see in your Git repository) in a local key-value store and uses file hardlinks/symlinks instead of the copying actual files.
2. [Git-LFS](https://git-lfs.github.com/).
3. [Makefile](and it's analogues). DVC tracks dependencies (DAG).
3. Makefile (and it's analogues). DVC tracks dependencies (DAG).
4. [Workflow Management Systems](https://en.wikipedia.org/wiki/Workflow_management_system). DVC is workflow management system designed specificaly to manage machine learning experiments. DVC was built on top of Git.

DVC is compatible with Git for storing code and the dependency graph (DAG), but not data files cache.
Data files caches can be transferred separately - now data cache transfer throught AWS S3 and GCP storge are supported.

# How DVC works

Expand Down

0 comments on commit eef0498

Please sign in to comment.