We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test the mongodb plugin against https://cloud.mongodb.com/ and make a well-documented example that is easy for others to test.
Show how to read from the SOFTdatabase using a guest account (should be possible for everyone). Connect with the following command:
client = pymongo.MongoClient( "mongodb+srv://guest:[email protected]/?retryWrites=true&w=majority" ) db = client.test
Also show how to store datamodels. This require explicit permissions and password.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Test the mongodb plugin against https://cloud.mongodb.com/ and make a well-documented example that is easy for others to test.
Show how to read from the SOFTdatabase using a guest account (should be possible for everyone). Connect with the following command:
Also show how to store datamodels. This require explicit permissions and password.
The text was updated successfully, but these errors were encountered: