coinbase / mongobetween

Apache License 2.0
116 stars 47 forks source link

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

Open Namratha-shettigar opened 4 months ago

Namratha-shettigar commented 4 months ago

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 commented 3 months ago

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.