Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use minio as datastore instead of postgres #531

Open
matthiasschaub opened this issue Feb 20, 2025 · 0 comments
Open

Use minio as datastore instead of postgres #531

matthiasschaub opened this issue Feb 20, 2025 · 0 comments
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

Comments

@matthiasschaub
Copy link
Collaborator

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.

@matthiasschaub matthiasschaub added priority:low Should be quite a far way down on the agenda brainstorming Idea for a potential new feature or adaption that still needs further discussion labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant