snazy commented on issue #844: URL: https://github.com/apache/polaris/issues/844#issuecomment-3522354692
In fact I do have the code for a couple more database backends, just haven't pushed it. It's all in the most recent commit in [this branch](https://github.com/snazy/polaris/tree/persistence-nosql-all-backends), which is based on the #1189 branch. The backends I mentioned are not fully wired up the "whole way" via `:polaris-persistence-nosql-cdi-quarkus` to `:polaris-runtime[-service]`. The unit test suites for these backends are passing and the heavier correctness-tests are also passing against single-node instances of the "real" implementations. For Dynamo + Bigtable the tests use emulators, so not "real instances", which is the reason why there are no correctness tests in the code base. There is however a way to run the correctness tests against a real instance via the `:polaris-persistence-nosql-correctness:correctnessManualTest` by passing the options as system properties ([here's an example](https://github.com/apache/polaris/blob/31ecc973780a9a7eaa17d3e278b2f548108566dc/persistence/nosql/persistence/docker/mongodb-3-nodes/docker-compose.yml#L25-L30)). Glad to see interest from the community to support DynamoDB as a backend :) I'd be more than happy about your of feedback, especially if things could be implemented in a better, more efficient or more performant way! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
