rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Define and implement a basic "data" service for sinking project and run data into #63

Open rtyler opened 3 years ago

rtyler commented 3 years ago

The object store can store artifacts and full logs, but there is still a need for a "data" service which can centralize active projects, and their relations to pipeline runs.

Whatever this is will need to be backed by a relational data store of some form. I'm thinking I can do something simple with sqlx and sqlite at the moment, but will need to provide a means to get into PostgreSQL or others later.