database
database copied to clipboard
🚀 Feature: Add AWS DynamoDB Adapter
🔖 Feature description
Adapter to support using AWS DynamoDB database.
🎤 Pitch
-
DynamoDB is one of the most common highly performant NoSQL database services.
-
Backed by the resiliency of AWS, many teams choose to have DynamoDB as their production database.
-
Supporting DynamoDB will ensure that our users can use the service seamlessly from within the utopia framework.
-
This feature is inline with the maintainer AppWrite's vision to add support for DynamoDB database
- https://github.com/appwrite/appwrite/issues/3980
-
I will be following guide to Add New Database Adapter
- The official AWS SDK for PHP - https://github.com/aws/aws-sdk-php - will be added as a dependency.
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
Request the maintainers here to assign me this issue, as I have already been assigned https://github.com/appwrite/appwrite/issues/3980 and starting to work on this.