[Pharo-users] Re: Connecting to a MongoDB Atlas Cluster

2021-03-28 Thread Sanjay Minni
Stef, Just an addition to my previous mail on your query on protocol Per the MongoDB-atlas control panel the following connect protocol options are available. These come up when a database user is added thru Database Access option - SCRAM - X.509 Certificate - AWS IAM Hope this is the informat

[Pharo-users] Re: Connecting to a MongoDB Atlas Cluster

2021-03-26 Thread Sanjay Minni
I dont know how the Pharo Mongo Driver works but if connecting to Mongo Atlas would require a lot of exploring then could using the mongo C drivers thru uFFI or some other way be an alternative method to connect to Mongo Atlas https://docs.mongodb.com/drivers/c/ Regards Sanjay Minni wrote >

[Pharo-users] Re: Connecting to a MongoDB Atlas Cluster

2021-03-25 Thread David Pennington
If you are on Windows,  use curl and wire shark to see what is needed. Thats what I did to connect to RiakDBOn 18 Mar 2021 11:43, Sanjay Minni wrote:Hi can anyone pls help me with an example of connecting to a MongoDB Atlas cluster (their cloud service). My Atlas cluster replica set is at t

[Pharo-users] Re: Connecting to a MongoDB Atlas Cluster

2021-03-25 Thread Sanjay Minni
Thanks Stef, I really am not technically knowledgeable to answer that question but all documentation is here https://docs.atlas.mongodb.com/tutorial/connect-to-your-cluster/ however after the technicals, i sort of noted somewhere that A database username and password is required in the connect st

[Pharo-users] Re: Connecting to a MongoDB Atlas Cluster

2021-03-25 Thread Stéphane Ducasse
Hi what is the authentification protocol of this service? S > On 25 Mar 2021, at 15:12, Sanjay Minni wrote: > > Hi All, > > I really need some help here as I am unable to connect > Pharo to MongoDB Atlas Cluster service: http://cloud.mongodb.com. > (This service gives a free 500 MB MongoDB

[Pharo-users] Re: Connecting to a MongoDB Atlas Cluster

2021-03-25 Thread Sanjay Minni
Hi All, I really need some help here as I am unable to connect Pharo to MongoDB Atlas Cluster service: http://cloud.mongodb.com. (This service gives a free 500 MB MongoDB cluster on the cloud and thereafter larger on subscription) I have got stuck in my application development. The connection