Skip to content

themaikelman/dvc-http-remote

Repository files navigation

DVC remote proxy

This is a dvc http remote implementation. It is the "clean" code that we use as a remote for DVC and with which we can reproduce the issue iterative/dvc#7564

Can be used for local storage or azure storage

Examples

Start with a simple example and then you can go further with the complex one

dvc configuration sample

['remote "localhost"']
    url = http://localhost/remote/?repo=0
    ssl_verify = false
  • repo: Select localhost (repo=0) or Azure (repo!=0)

About

HTTP Remote

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published