feathersjs-ecosystem / feathers-sync

Synchronize service events between Feathers application instances
MIT License
222 stars 41 forks source link

Add support for DynamoDB (AmazonAWS) #67

Closed abalad closed 6 years ago

abalad commented 6 years ago

The possibility of adding support for amazon's DynamoDB? Since applications deployed there, if you do not use their own NOSQL Storage service, you must upload a new EC2 instance with MongoDB

clockworked247 commented 6 years ago

+1

1beb commented 6 years ago

+1

gauthieramano commented 6 years ago

+1

1beb commented 6 years ago

https://github.com/jus101/feathers-dynamodb There's this too. Haven't tried it. Was waiting for something official.

daffl commented 6 years ago

All database adapters are community efforts, happy to support anybody who is willing to take it on or commission development.

I also realized that this repository is probably not the right spot for this issue since DynamoDB is a NoSQL storage and not a message broker which is what feathers-sync is about.