-
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
📄 Enhance Appwrite Databases with AWS DynamoDB Adapter #3980
📄 Enhance Appwrite Databases with AWS DynamoDB Adapter #3980
Comments
Hey @christyjacob4 , I would like to contribute to this issue . |
@AlgyJr, thanks for your interest! 🙏 Happy hacking! 🎃 |
Sorry @stnguyen90 , you can unssign this issue to give oportunity to others, I've already completed my hacktoberfest contributions target. I've tried to close this issue, but found it a lot things to do, and didn't have good examples related to NoSQL DB adapters. Thanks for the opportunity. |
Is there any update on this issue? I really want this feature to work as soon as possible. It can solve a lot of overhead of maintaining and managing database servers!! |
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 - would love to work on this, please assign - thanks! |
Hi @ajwad-shaikh have assigned the issue to you! Thank you for showing interest in contributing to Appwrite! Happy Hacktoberfest 🎃 Notes:
|
Updates on this project -
Some concerns -
|
Updates for Oct 8 -
Tests passing: 89 / 216 |
Updates for Oct 9 -
|
Thanks for the update. Let us know when your PR is ready for review |
Hi @ajwad-shaikh is there an update on your PR? |
Hey @Haimantika It's taking longer than expected, I have to implement the The whole PR might stretch beyond the scope of Hacktober but I'm positive to deliver on it. Would appreciate some early feedback from the maintainers on my PR if possible. Thanks! |
@ajwad-shaikh Can I get an update on this if you are still working on it? If not, I need to close the issue. Let me know, since hacktoberfest is now over. |
Hey @tessamero, I could not work on this in the past week, but I am looking to complete this over the next few weeks. Thanks, happy hacktober! |
@ajwad-shaikh sounds good, ill remove the hacktoberfest tag for now |
💭 Introduction
Appwrite Databases allows you to store your application and users' data. Not only that, it comes with query system that allows you to read those data. We put a lot of effort into making Appwrite Databases secure by default, and the whole security layer is truly easy to configure. 😇 You can learn more about Appwrite Databases and Appwrite Permissions in our official docs.
Every collection and document in Appwrite Database needs to be stored somewhere, and for that, we have many different adapters such as MySQL or MongoDB. Each provider implements simple methods such as
createDocument()
,deleteDocument()
,find()
, etc...Your task is to implement support for AWS DynamoDB in the Utopia PHP database library. We have prepared detailed documentation on how to create a Utopia PHP database adapter. Please read these documents and ensure you understand them before working on this issue.
🎯 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: