architecture / digistore
roadmap
DigiStore
One storage API over S3, MinIO, Postgres, or SQLite.
Storage abstraction · roadmap
stack
PostgresSQLiteS3MinIO
Roadmap: a storage abstraction so business code never binds to a backend. Today it exists as a session-scoped dataset manager inside DigiGraph; the standalone module is planned.
Run SQLite on a laptop, swap to S3 + Postgres in production without rewriting.
initialize
DigiStore.configure(backend="s3") # planned
related