forked from 0xWheatyz/SPARC
Document patents/ volume mount requirement and evaluate object storage for containerized deployments #77
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
PDFs are saved to a local
patents/directory. In containerized deployments this directory is ephemeral unless explicitly mounted, leading to silent data loss.Work
patents/indocker-compose.ymlto make the requirement explicit.docker-compose.ymlcomments and/or README with a note explaining the volume and what happens if it is not mounted.Acceptance Criteria
docker-compose.ymldeclares an explicit volume forpatents/.docker compose upsession persist across container restarts.References
Roadmap: Backend — Patent PDF storage.
Resolved. Patent PDF storage documentation added and S3/MinIO object storage backend implemented. Implemented in PR #31 (docs) and PR #58 (S3 storage), both merged. See
docs/,SPARC/storage.py.