CivicSpleen / ambry

A comprehensive data package manager
BSD 2-Clause "Simplified" License
4 stars 5 forks source link

Add WebDAV server to UI #161

Open ericbusboom opened 8 years ago

ericbusboom commented 8 years ago

Probably, using: https://github.com/ericbusboom/pywebdav, add a webdav server to allow browsing bundles and files in the web UI.

The directory view should be modeled after the cache_key values of the bundle and partition identities.

There should be metadata files to get information about the bundles and partitions, as json.

ericbusboom commented 8 years ago

Actually, all of the bundle files ( bundle.py, bundle.yaml, schema.csv, etc ) should be available, as well as the build logs. This would make the WebDAV server the first step in remote, distributed builds -- wrangers could connect to a remote server and edit files on it, then build from the UI.