-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Description
💭 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
- Experience with PHP.
- Experience with AWS DynamoDB.
- Experience with Docker and Docker Compose.
✅ Task Summary
- Ask to be assigned to the issue.
- Wait to be assigned.
- Implement Utopia PHP database adapter for AWS DynamoDB.
- Submit a pull request in utopia-php/database.
If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.
Happy Appwriting!