-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
🎯 Enrich Appwrite Caching with Apache Ignite Adapter #3975
Comments
Hey, can I work on this? |
@MaheshAravindV, thanks for your interest! You may work on this issue 🙏 Happy hacking! 🎃 |
Thank you everyone for celebrating Hacktoberfest 22 with us! This issue will now be closed as we're getting ready to celebrate Hacktoberfest 23. |
We are accepting submissions for this issue once again for Hacktoberfest 2023 |
Hey @christyjacob4 I would love to work on this issue! Could you assign me this issue? |
I would like to work on this issue. Please assign it to me |
Hi 👋🏻 @christyjacob4 I would love to work on this issue! Could you assign it to me please 👼🏻 |
Hi @christyjacob4 , can I be assigned this issue please? Thanks. |
Hey @christyjacob4 , I would like to work on this issue. Can you please assign this to me ? |
Hi @tusqasi , I've assigned this issue to you! Thanks for your interest in contributing to Appwrite! Happy Hacktoberfest 🎃 Notes:
|
Hi @oussamabouchikhi @soumya-dash3 @surya0180 👋 thanks for your interest. We are assigning issues on a first-come, first-serve basis if @tusqasi decides to drop off, we will assign the issue to the next person in line. |
Thanks for assigning the issue. I will be updating progress here. |
Hey, @Haimantika Can you please assign this to me? i would like to work on this. |
hey @Haimantika can u assign this to me, i would luv to work on this issue 😃😄 |
Hi @Haimantika. I will unfortunately continue working on this feature. I am sorry. You re-assign another person |
Hi @tusqasi is there any update? |
I got started with writing the adaptor. I had some issues getting the tests running but they are now failing successful. |
can i work on this? |
Hi, are you getting stuck somewhere? You can reach out to us on Discord |
I will leave this issue, I have already taken much time. I was going to start learning PHP from here, but it seems a bit too ambitious for now. Sorry for hogging on the issue this long. |
No worries, thanks for letting us know :) |
Hi, you are next in-line, are you interested to work on it? |
@Haimantika |
Hi @soumya-dash3 you are next, are you interested to work on this issue? |
Hi, we are assigning issues on a first-come, first-serve basis. There is a queue for this issue, so you will need to wait. |
Hi, assigning the issue to you. Please update us every 3 days. |
thank for assigning me this issue. |
Closing this issue as hacktoberfest is now over and there's no pending PR or a draft PR attached. Thank you to everyone who participated this year :) |
💭 Introduction
Appwrite Databases allows you to store and read your application and users' data. Since most of the operations done in your app are querying the data, it’s important to have a good performance on reading. To achieve that, Appwrite uses the Utopia PHP Cache library to prevent unnecessary database queries.
Cache library supports multiple adapters such as Redis or Filesystem, but there is always space for more. 😎 Each provider implements simple methods
save()
,load()
, andpurge()
.Your task is to implement support for Apache Ignite in the Utopia PHP cache library. Please look at existing cache adapters to see how a new adapter should be implemented, and make sure you understand it.
🎯 Requirements
✅ Task Summary
If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.
Happy Appwriting!
The text was updated successfully, but these errors were encountered: