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

Are additional fields, particularly images, supported? #7

Open
elliot-sawyer opened this issue Nov 17, 2021 · 1 comment
Open

Are additional fields, particularly images, supported? #7

elliot-sawyer opened this issue Nov 17, 2021 · 1 comment

Comments

@elliot-sawyer
Copy link

Just wondering if the schema has additional flexibility, and if uploading an image to the databunker is supported

@stremovsky
Copy link
Contributor

Hello Elliot

Thank you for your question.
In general, it is not recommended to save binary files in any database.
Databases are not built for file storage. Same for Databunker.

For secure file storage, you can do the following:

  1. Encrypt a file with a random key
  2. Use Databunker to store this random key
  3. Save the encrypted file on the disk or AWS s3 or GCP bucket or another service

If possible, I would love to talk with you to study how you use Databunker.
I want to publish case studies for the product.
Ping me if you are available:
yuli@privacybunker.io
https://calendly.com/stremovsky/30min

Thanks,
Yuli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants