rstrom1763 / Client-Photos

1 stars 1 forks source link

ScyllaDB option #44

Open rstrom1763 opened 1 year ago

rstrom1763 commented 1 year ago

Offer the ability to connect to a ScyllaDB instance instead of DynamoDB. ScyllaDB alternator offers a DynamoDB compliant api so none of the DB interaction code should need to change.

rstrom1763 commented 1 year ago

ScyllaDB connection and query is successful. Now working on figuring out DB auth and proper DB creation and etc. It appears that it is best to create the table using the SDK, so we need code that will check to see if the DB exists and create it if it is not.

rstrom1763 commented 1 year ago

It is also currently running over http. Encryption is a must.