You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: