Hi GB team, if we want to add support of AWS Dynam...
# contributing
p
Hi GB team, if we want to add support of AWS DynamoDB instead of MongoDB, where should we look into? Thanks for any hints…
f
That would be a pretty big undertaking right now. All of our db models are in
packages/back-end/src/models
but we also have some Mongo-specific logic throughout the rest of the back-end. We want to support other data stores eventually (probably starting with Postgres), but there's a lot of tech debt we need to address first.
p
Thanks Jeremy for your fast reply, really appreciated it. Let me have a deeper look first and may come back with a bit more questions. 😃