GIScience / GIScience/sketch-map-tool
Use minio as datastore instead of postgres
Open
brainstorming
priority:low
- Dominant language
- Python
- Stars
- 54
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Since the Sketch Map Tool handles a lot of big binary data such as Images and PDFs Minio might be a better fit then Postgres as datastore. Minio is also supported by Celery. The downside would be that we no longer can store metadata in the same place as files (E.g. At the moment, uploaded files are stored with their metadata in one Postgres table). Keeping Postgres for Metadata is maybe a bit too much.
Contributor guide
Assessment
This issue has not been assessed yet.