electionguard-python icon indicating copy to clipboard operation
electionguard-python copied to clipboard

✨ Store Encryption Package File in Mongo

Open lprichar opened this issue 3 years ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Suggestion

The encryption package is currently saved in the file system because Mongo doesn't support file sizes over 16 Meg. However, storing it in the database would be cleaner.

Possible Implementation

Use GridFS: https://www.mongodb.com/docs/manual/core/gridfs/

Anything else?

See election_service.py

lprichar avatar Jul 25 '22 15:07 lprichar