Skip to content
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

Need help with integrating it with PyMongo and MongoDB Node.js driver #72

Open
Namratha-shettigar opened this issue May 30, 2024 · 1 comment

Comments

@Namratha-shettigar
Copy link

Hi
I am working on integrating MongoDB with PyMongo and the MongoDB Node.js driver. I need some documentation on how to do this. We will be using a connection string to connect to the database, which is hosted in AWS DocumentDB. I need help with integrating this.

Thank you.

@kounat
Copy link
Contributor

kounat commented Jun 17, 2024

We have documentation on setting mongobetween in our README -- from your application, you would connect to mongobetween in the way it was setup. e.g., if you follow the TCP socket example, you would then use the connection string mongodb://localhost:27016 to connect to mongobetween (assuming everything is running on the same host).

That said, we don't explicitly support DocumentDB. There may be a separate class of issues that we may not be able to help out with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants
@kounat @Namratha-shettigar and others