Justin Keller
Justin Keller
Does this seem right, or am I doing something wrong?
I would really appreciate it if we could work out a fix. I know RethinkDB officially shut down, but this issue is causing my tests to fail. Thanks.
@neumino I understand that reqlite and [thinky](https://github.com/neumino/thinky) are not officially supported. I really appreciate the amazing work you've put into both projects. I am building my new project using Thinky...
@tim5go thanks so much for following up. Indeed AWS DocumentDB unfortunately does not support all the MongoDB aggregate functions _(though they are slowly adding support)_. Do you have any ideas...
Anybody; prefer core Redash developers, willing to take a look at adding DocumentDB as an officially supported data source? AWS recently upgraded DocumentDB to version 4.0 [1] _(still don't think...
Any ideas on this? Blocker for me. Thanks
@andresmgot thanks for the reply. Running: ``` MacBook-Pro β ~ kubectl get pods --namespace kubeless NAME READY STATUS RESTARTS AGE kafka-0 1/1 Running 0 9d kafka-trigger-controller-69cf947d6b-nbc4v 1/1 Running 0 9d...
@andresmgot I am happy to try and assist as this is blocking me from run serverless on a Kubernetes cluster on Amazon EKS. Can you perhaps point me in the...
@andresmgot thanks for the reply. So, just to get a test working I can generate a standard token using https://docs.aws.amazon.com/cli/latest/reference/eks/get-token.html. Then do I set this token so severless will use...
@andresmgot I am not sure how to set the Kube token so serverless uses it. I was able to successfully deploy the test py function using kubeless described in the...