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
future-teacher-7046
05/18/2022, 3:36 PM
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
prehistoric-waitress-6977
05/18/2022, 3:43 PM
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. 😃