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

[Request] Optional S3 storage file compression #684

Open
andrewazores opened this issue Oct 7, 2024 · 0 comments
Open

[Request] Optional S3 storage file compression #684

andrewazores opened this issue Oct 7, 2024 · 0 comments
Labels
feat New feature or request

Comments

@andrewazores
Copy link
Member

Describe the feature

See #683 for a similar concept. In addition to encrypting/decrypting the data streams, Cryostat should also offer the ability to (de)compress data sent to or retrieved from object storage. This would primarily be useful for reducing the disk space consumption of JFR files.

If/when combined with #683, the flow should be raw -> compressed -> encrypted -> uploaded, and likewise downloaded -> decrypted -> decompressed -> processed. Encrypted data should not really be compressible, so any compression gains should be expected on the raw data.

See also cryostatio/cryostat-legacy#732
See also #269

Anything other information?

No response

@andrewazores andrewazores added the feat New feature or request label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant