Use minio as datastore instead of postgres #531
Labels
brainstorming
Idea for a potential new feature or adaption that still needs further discussion
priority:low
Should be quite a far way down on the agenda
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.
The text was updated successfully, but these errors were encountered: