Problem connecting to mongoDB #6629
Unanswered
yarin-bcure
asked this question in
Q&A
Replies: 1 comment
-
Hi @yarin-bcure, I haven't connected to AWS DocumentDB... Redash uses |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all.
I installed Redash as a local application on my Ubuntu machine (I entered Redash with the http://localhost:5001 URL). The application is working fine, and I even managed to connect a MySQL data source.
Now I am trying to connect an AWS documentDB instance (located under a cluster) using the MongoDB data source and having trouble doing it (keep getting timeout). The connection string I am using is corresponds to the template:
mongodb://user:pass@host:port/db_name?options
. I also write the DB name in theDatabase name
field.mongodb://user:pass@host:port/?options
.Can someone help me with the configuration or at least give me an example of the complete configuration of the MongoDB?
Beta Was this translation helpful? Give feedback.
All reactions