-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for dynamodb as datasource #642
Comments
Hey @HPsisodia ! Thanks for posting this! Yep. It isn't on our roadmap yet however we considering adding it. As of now we'd really appreciate this contribution! |
Hi @HPsisodia DynamoDb does not support SQL queries directly, there are supposedly ways of getting around this using dql as a proxy layer, @paveltiunov not sure what this implementation would look like, seems to have a lot of moving parts |
Would it be simpler if it was restricted to being the external db for pre-aggregation? |
If you are interested in working on this issue, please leave a comment below and we will be happy to assign the issue to you. |
+1 |
+1 |
How would you deal with vertical row partitioning to rebuild the record, it's not exactly a uniform process. |
Hello, i am working on a project where i am using dynamodb local for database queries, however i am not able to connect cubejs with dynamo as datasource. Is there any community connector for dynamodb as it is not supported offically, if so i will really appreciate any help and if there isn't, are there any plans in future to provide a support?
The text was updated successfully, but these errors were encountered: