Election-Tech-Initiative / Election-Tech-Initiative/electionguard-python
✨ Store Encryption Package File in Mongo
Đang mở
enhancement
triage
- Ngôn ngữ chính
- Python
- Star
- 168
- Fork
- 103
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### 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](https://github.com/microsoft/electionguard-python/pull/718/files#diff-99d0dc5a77c718208e6a3f7f001e7680f76e14ef42b3a0d783bae29a22426b04)
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.