rstrom1763 / Client-Photos

1 stars 1 forks source link

Look into DocumentDB #34

Closed rstrom1763 closed 1 year ago

rstrom1763 commented 1 year ago

DocumentDB claims to have full compatibility with MongoDB, meaning that in theory only the database target would have to change in order to switch between MongoDB and DocumentDB. This would make the prospect of supporting self-hosted options far easier to implement. Look at the differences between DynamoDB and DocumentDB.

rstrom1763 commented 1 year ago

Looked into documentDB and have since decided against it. In order to migrate to DocumentDB, all of the DB operations would have to be altered. I have since discovered ScyllaDB which advertises a DynamoDB compliant API. This is the new potential path forward.