Election-Tech-Initiative / Election-Tech-Initiative/electionguard-python
✨ Store Encryption Package File in Mongo
未关闭
enhancement
triage
- 主要语言
- Python
- 星标
- 168
- 派生
- 103
- PR 合并指标
- 30 天内没有已合并 PR
描述
### 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)
贡献指南
评估
这个 Issue 还没有评估数据。