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

Compressed File I/O #173

Open
2 of 3 tasks
rjzak opened this issue Oct 3, 2023 · 0 comments
Open
2 of 3 tasks

Compressed File I/O #173

rjzak opened this issue Oct 3, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@rjzak
Copy link
Member

rjzak commented Oct 3, 2023

Building atop #105:

The references to compressed files refer to bzip, gzip, xz, etc where only one file is compressed; this is not referring to an archive of two or more files, such as tar, zip, etc.

  • Client & Admin: Read compressed files for submission into MalwareDB
  • Server: Optionally store files as gzip to save space (gzip is fast and offers decent compression, likely a good performance tradeoff for disk space). This would have to store information in the mdbconfig table.
@rjzak rjzak added the enhancement New feature or request label Oct 3, 2023
@rjzak rjzak added this to MalwareDB Oct 3, 2023
@rjzak rjzak moved this to Backlog in MalwareDB Oct 3, 2023
@rjzak rjzak added this to the v0.1.0 milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant