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

Implement Compression and Decompression of Data transfer #9

Open
5 tasks
githengi opened this issue Mar 6, 2019 · 2 comments
Open
5 tasks

Implement Compression and Decompression of Data transfer #9

githengi opened this issue Mar 6, 2019 · 2 comments
Labels
Size: Medium (2-3) Issue will take 2 - 3 days

Comments

@githengi
Copy link
Contributor

githengi commented Mar 6, 2019

  • All JSON data will be compressed by default.

  • Multimedia data will not be compressed by default.

  • Both JSON and multimedia will use Stream Payload.

  • The compression will be determined by the File extension of the stream.

  • On receiving a stream, the receiving app will check the extension to determine if to uncompress the Payload before invoking the host app to process the payload.

@githengi githengi added the Size: Medium (2-3) Issue will take 2 - 3 days label Mar 7, 2019
@githengi
Copy link
Contributor Author

githengi commented Mar 7, 2019

@pld can this also be removed form the MVP

@ekigamba
Copy link
Contributor

ekigamba commented Apr 7, 2020

@githengi Do you think this is a priority any time now?
I think the transfer is fast enough so far for the current implementations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: Medium (2-3) Issue will take 2 - 3 days
Projects
None yet
Development

No branches or pull requests

2 participants