MongoLink`
MongoLink`

MongoConnect

MongoConnect[]

create a client object MongoClient using hostname "localhost" and port number 27017.

MongoConnect[host]

create a MongoClient using hostname host.

MongoConnect[assoc]

create a MongoClient using the components in the association assoc.

Details and Options

  • To use MongoConnect, you first need to load MongoLink using Needs["MongoLink`"].
  • The association assoc has the following components:
  • "Host""localhost"connection hostname.
    "Port"27017connection port.
    "Username"Noneusername to use for connection.
    "Password"Nonepassword to use for connection.
    "SSL"Automaticwhether to enable SSL.
    VerifySecurityCertificatesTruewhether to verify the validity of SSL certificate files.
    "AllowInvalidHostname"Falsewhether to disable hostname validation.
    "CAFile"Nonethe path to a Certificate Authority file.
    "CertificateRevocationList"Nonepath to a PEM or DER formatted certificate revocation list.
    "PEMFile"Nonepath to a PEM file.
    "PEMFilePassword"Nonepassword for PEM file.
  • "Password"->"$Prompt" opens a dialog box that will prompt the user for the password. This can help keep the password more secure.
  • To use MongoConnect to connect to MongoDB Atlas, follow the instructions here to obtain a URI connection string (eg "mongodb+srv://kay:myRealPassword@cluster0.mongodb.net/"). Using this URI and the default Certificate Authority file included in MongoLink $MongoDefaultCAFile, connect via MongoConnect[<|"Host"->"mongodb+srv://kay:myRealPassword@cluster0.mongodb.net/","CAFile" $MongoDefaultCAFile|>].

Examples

Basic Examples  (2)

Connect to a MongoDB server running locally:

This is equivalent to:

Connect to a MongoDB server running locally via a MongoDB URI string:

Specifying the port:

Wolfram Research (2018), MongoConnect, Wolfram Language function, https://reference.wolfram.com/language/MongoLink/ref/MongoConnect.html.

Text

Wolfram Research (2018), MongoConnect, Wolfram Language function, https://reference.wolfram.com/language/MongoLink/ref/MongoConnect.html.

CMS

Wolfram Language. 2018. "MongoConnect." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/MongoLink/ref/MongoConnect.html.

APA

Wolfram Language. (2018). MongoConnect. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/MongoLink/ref/MongoConnect.html

BibTeX

@misc{reference.wolfram_2023_mongoconnect, author="Wolfram Research", title="{MongoConnect}", year="2018", howpublished="\url{https://reference.wolfram.com/language/MongoLink/ref/MongoConnect.html}", note=[Accessed: 18-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_mongoconnect, organization={Wolfram Research}, title={MongoConnect}, year={2018}, url={https://reference.wolfram.com/language/MongoLink/ref/MongoConnect.html}, note=[Accessed: 18-April-2024 ]}