mongobetween icon indicating copy to clipboard operation
mongobetween copied to clipboard

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

Open Namratha-shettigar opened this issue 1 year ago • 1 comments

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.

Namratha-shettigar avatar May 30 '24 09:05 Namratha-shettigar

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.

kounat avatar Jun 17 '24 18:06 kounat