thoth-station / storages

Storage and database adapters for project Thoth
https://thoth-station.github.io/
GNU General Public License v3.0
14 stars 16 forks source link

Have a single source of truth model for storages #2767

Open VannTen opened 1 year ago

VannTen commented 1 year ago

Problem statement

As a Thoth developer, I'm frustrated when I need to delete data and "manually" sync between S3 and SQL.

High-level Goals

We should reference Object Storage (S3) inside SQL (alchemy models) and not interact directly with it.

Proposal description

Use something like sqlalchemy-file (#2691 )

Alternatives

N/A

Additional context

Acceptance Criteria

TBD

codificat commented 1 year ago

/sig stack-guidance /priority important-longterm