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 rzip Compression #4001

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

πŸ—œοΈ Refine Appwrite Storage with rzip Compression #4001

christyjacob4 opened this issue Sep 29, 2022 · 18 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 rzip 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 rzip 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 rzip.
  • Submit a pull request in utopia-php/storage.
  • Implement Appwrite support for rzip.
  • 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
@NightHack36
Copy link

Hi @christyjacob4 I would like to contribute to this issue, could you please assign this to me?

@tessamero
Copy link

@NightHack36 Looks like you have some issues assigned to you already. We request you to complete those before requesting assignments on new ones. Also, please consider picking a different type of issue so other contributors can try this one.

@h1t35h
Copy link

h1t35h commented Oct 9, 2022

Hi, I would like to contribute to this. Could you please assign this to me?

@Meldiron
Copy link
Contributor

@h1t35h , thanks for your interest! πŸ™ Happy hacking! πŸŽƒ

@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 christyjacob4 added the hacktoberfest Issues that can win you some cool swags! label Oct 1, 2023
@christyjacob4 christyjacob4 reopened this Oct 1, 2023
@christyjacob4
Copy link
Member Author

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

@0xvashishth
Copy link

Hey @christyjacob4
I want to work on this issue!!
Can you please assign this to me?

@srujan0404
Copy link

hey @christyjacob4 I would like to work on this issue.
please assign this issue to me

@heysagnik
Copy link

hey Appwrite team , I would like to work on this issue.
Please assign me .

@Haimantika
Copy link
Contributor

Hey @christyjacob4
I want to work on this issue!!
Can you please assign this to me?

Hi @vasu-1 , I've assigned this issue to you! Thanks your 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!

@Haimantika
Copy link
Contributor

Hi @srujan0404 @heysagnik πŸ‘‹, we are assigning issues on firet-come first-serve basis. If @vasu-1 is unresponsive or decides to drop off, you are next in line 😊

@Haimantika
Copy link
Contributor

Hi @vasu-1 is there an update?

@0xvashishth
Copy link

Hi @vasu-1 is there an update?

Hii! Working on it πŸ‘πŸ»

@Haimantika
Copy link
Contributor

Hi @vasu-1 is there an update?

Hii! Working on it πŸ‘πŸ»

Let us know on Discord if you have any queries

@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

Hi @vasu-1 are you still working on this issue? We will have to reassign the issue to the next person due to inactivity from your end.

@0xvashishth
Copy link

0xvashishth commented Oct 19, 2023

Hi @vasu-1 are you still working on this issue? We will have to reassign the issue to the next person due to inactivity from your end.

Hey, I'm working on it, finalized the code, I've raised the query in appwrite discord server, can you please check that out ?

I've just mentioned you there!

@tessamero
Copy link

Closing this issue as hacktoberfest is now over and there's no pending PR. Thank you to everyone who participated this year :)

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