You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not everyone has access to AWS. MongoDB is free and Open Source, so R2-D2 should be extended to allow the use of either data stores. This won't be straightforward but could be a pretty interesting task : )
The text was updated successfully, but these errors were encountered:
Hi @feildrixliemdra! The goal of this issue is to enable R2-D2 to use MongoDB as a datastore instead of DynamoDB, since DynamoDB is AWS exclusive. Support for MongoDB can enable deployment of R2-D2 completely in non-AWS environments.
So, this would require writing a clean abstration over the DB layer that can be extended by Mongo/Dynamo and have a config that controls which DB will be used. Adding docker-compose support would be an addition after this is done, so that local development becomes easy.
i got it, i think i can help this but i need some time. I will update this through this pr #18 .
I tried to run the apps but the documentation only tell to copy the env and docker-compose up while it return errors. If you can provide steps to run R2-D2 apps locally that would be great! thanks @ghostwriternr
Not everyone has access to AWS. MongoDB is free and Open Source, so R2-D2 should be extended to allow the use of either data stores. This won't be straightforward but could be a pretty interesting task : )
The text was updated successfully, but these errors were encountered: