CivicSpleen / ambry

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

Simplify CLI Sync, Builds write to DB #165

Closed ericbusboom closed 8 years ago

ericbusboom commented 8 years ago

In preparation for creating a remote CLI, simplify the synchronization process so the main library only deals with the database, never files. The CLI reads and writes to the file system, then puts the files in the database through an API.

Also alter the build process, so the build logs, pipeline lods, and code files are stored in the database, so they can be easily retrieved from the Web UI.