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

πŸ—œοΈ Refine Appwrite Storage with lzip Compression #3997

Closed
6 tasks
christyjacob4 opened this issue Sep 29, 2022 · 16 comments
Closed
6 tasks

πŸ—œοΈ Refine Appwrite Storage with lzip Compression #3997

christyjacob4 opened this issue Sep 29, 2022 · 16 comments
Assignees
Labels
good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! product / storage Fixes and upgrades for the Appwrite Storage.

Comments

@christyjacob4
Copy link
Member

πŸ’­Β Introduction

Appwrite Storage lets you upload and store images, videos, or any kind of file. One of its features is compression which lets you pick an algorithm that makes your files take less storage space. We currently support gzip and ZStandard compressions but aim to support more! ✨

Every compression algorithm is based on the Utopia PHP storage compression adapter that implements simple methods such as compress() and decompress().

Every file uploaded to Appwrite Storage needs to be stored somewhere, whether that is your server’s hard drive or cloud provider. To make this possible, Appwrite uses storage adapters that each implement simple methods compress() and decompress().

Your task is to implement support for lzip in Appwrite and the Utopia PHP storage library. To learn how a new adapter should look like, please check out some of our existing compression adapters. To learn how such an adapter can be added into Appwrite, please look at how existing compression (for instance Gzip) is being added. Make sure you understand existing examples before working on this issue.

🎯 Requirements

  • Experience with Appwrite.
  • Experience with PHP.
  • Experience with lzip compression.
  • Experience with Docker and Docker Compose.

βœ…Β Task Summary

  • Ask to be assigned to the issue.
  • Wait to be assigned.
  • Implement Utopia PHP storage compression adapter for lzip.
  • Submit a pull request in utopia-php/storage.
  • Implement Appwrite support for lzip.
  • Submit a pull request in appwrite/appwrite.

If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.

Happy Appwriting!

@christyjacob4 christyjacob4 added feature good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! product / storage Fixes and upgrades for the Appwrite Storage. labels Sep 29, 2022
@unickorn
Copy link

unickorn commented Oct 7, 2022

Hey! I haven't yet used Appwrite personally, though I am quite experienced in PHP, Docker and Docker Compose. Could I give this issue a shot?

@stnguyen90
Copy link
Contributor

@unickorn Thanks for your interest! You may work on this issue πŸ™ Happy hacking! πŸŽƒ

@unickorn
Copy link

unickorn commented Oct 9, 2022

Hmm there seems to be no lzip extension for PHP and I doubt I have the skillset to write one out of scratch, I'll go ahead and try implementing the xz one since I could find an extension for it already made.

@unickorn unickorn removed their assignment Oct 9, 2022
@stnguyen90 stnguyen90 removed the hacktoberfest Issues that can win you some cool swags! label Nov 7, 2022
@eldadfux
Copy link
Member

Thank you everyone for celebrating Hacktoberfest 22 with us! This issue will now be closed as we're getting ready to celebrate Hacktoberfest 23.

@christyjacob4
Copy link
Member Author

We are accepting submissions for this issue once again for Hacktoberfest 2023

@christyjacob4 christyjacob4 reopened this Oct 1, 2023
@christyjacob4 christyjacob4 added the hacktoberfest Issues that can win you some cool swags! label Oct 1, 2023
@dishantzaveri
Copy link

Pls assign to me @eldadfux @christyjacob4

@Haimantika
Copy link
Contributor

Pls assign to me @eldadfux @christyjacob4

Hi @dishantzaveri have assigned the issue to you! Thank you for showing interest in contributing to Appwrite! Happy Hacktoberfest πŸŽƒ

Notes:

Please update us with your progress every 3 days, so that we know that you are working on it.
Join us on Discord - https://appwrite.io/discord to chat about Hacktoberfest and Appwrite!

@malay5
Copy link

malay5 commented Oct 4, 2023

Please assign this issue to me, in case someone drops it

@dishantzaveri
Copy link

I am working on it , its pretty challenging

@malay5
Copy link

malay5 commented Oct 5, 2023

Can we work on it together?

@Haimantika
Copy link
Contributor

I am working on it , its pretty challenging

If you need any help, please ask your queries in Discord :)

@Haimantika
Copy link
Contributor

Hi @dishantzaveri are you still working on it?

@dishantzaveri
Copy link

Yeah , will update you soon

@Rutam21
Copy link
Contributor

Rutam21 commented Oct 15, 2023

@Haimantika I would like to pick this up if there's no update from the contributor's end. Thanks.

@Haimantika
Copy link
Contributor

Yeah , will update you soon

Any update?

@tessamero
Copy link

Closing the issue due to inactivity and hacktoberfest being over :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! product / storage Fixes and upgrades for the Appwrite Storage.
Projects
None yet
Development

No branches or pull requests

9 participants