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

🎯 Enrich Appwrite Caching with Apache Ignite Adapter #3975

Closed
4 tasks
christyjacob4 opened this issue Sep 29, 2022 · 28 comments
Closed
4 tasks

🎯 Enrich Appwrite Caching with Apache Ignite Adapter #3975

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

Comments

@christyjacob4
Copy link
Member

💭 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(), and purge().

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

  • Ask to be assigned to the issue.
  • Wait to be assigned.
  • Implement Utopia PHP cache adapter for Apache Ignite.
  • Submit a pull request in utopia-php/cache.

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 product / databases Fixes and upgrades for the Appwrite Database. feature good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! labels Sep 29, 2022
@MaheshAravindV
Copy link

Hey, can I work on this?
I have used docker and docker compose and I feel like I can read up the rest.

@stnguyen90
Copy link
Contributor

@MaheshAravindV, thanks for your interest! You may work on this issue 🙏 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
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
@tusqasi
Copy link

tusqasi commented Oct 2, 2023

Hey @christyjacob4 I would love to work on this issue! Could you assign me this issue?

@VigneshMurugan
Copy link

I would like to work on this issue. Please assign it to me

@oussamabouchikhi
Copy link

Hi 👋🏻 @christyjacob4 I would love to work on this issue! Could you assign it to me please 👼🏻

@soumya-dash3
Copy link

Hi @christyjacob4 , can I be assigned this issue please? Thanks.

@surya0180
Copy link

Hey @christyjacob4 , I would like to work on this issue. Can you please assign this to me ?

@Haimantika
Copy link
Contributor

Haimantika commented Oct 3, 2023

Hey @christyjacob4 I would love to work on this issue! Could you assign me this issue?

Hi @tusqasi , I've assigned this issue to you! Thanks for 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 ask your queries

@Haimantika
Copy link
Contributor

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.

@tusqasi
Copy link

tusqasi commented Oct 3, 2023

Thanks for assigning the issue. I will be updating progress here.

@Aetheris-Lab
Copy link

Hey, @Haimantika Can you please assign this to me? i would like to work on this.

@AryanParashar24
Copy link

hey @Haimantika can u assign this to me, i would luv to work on this issue 😃😄

@oussamabouchikhi
Copy link

Hi @Haimantika. I will unfortunately continue working on this feature. I am sorry. You re-assign another person

@Haimantika
Copy link
Contributor

Hi @tusqasi is there any update?

@tusqasi
Copy link

tusqasi commented Oct 6, 2023

I got started with writing the adaptor. I had some issues getting the tests running but they are now failing successful.

@nick2432
Copy link

nick2432 commented Oct 9, 2023

can i work on this?

@Haimantika
Copy link
Contributor

I got started with writing the adaptor. I had some issues getting the tests running but they are now failing successful.

Hi, are you getting stuck somewhere? You can reach out to us on Discord

@tusqasi
Copy link

tusqasi commented Oct 16, 2023

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.

@tusqasi tusqasi removed their assignment Oct 16, 2023
@Haimantika
Copy link
Contributor

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 :)

@Haimantika
Copy link
Contributor

I would like to work on this issue. Please assign it to me

Hi, you are next in-line, are you interested to work on it?

@Anurag-space
Copy link

@Haimantika
i would like to work on this issue. Could you please assign me this issue.

@Haimantika
Copy link
Contributor

Hi @soumya-dash3 you are next, are you interested to work on this issue?

@Haimantika
Copy link
Contributor

@Haimantika i would like to work on this issue. Could you please assign me 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.

@Haimantika
Copy link
Contributor

@Haimantika i would like to work on this issue. Could you please assign me this issue.

Hi, assigning the issue to you. Please update us every 3 days.

@Anurag-space
Copy link

thank for assigning me this issue.

@tessamero
Copy link

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 :)

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 / databases Fixes and upgrades for the Appwrite Database.
Projects
None yet
Development

No branches or pull requests