Difference between revisions of "MongoDB URLs"

From mi-linux
Jump to navigationJump to search
Line 15: Line 15:
 
So some commands will not work!
 
So some commands will not work!
  
=== Tutorial ===
+
=== Tutorials ===
  
 
A number of tutorials exist:
 
A number of tutorials exist:
Line 21: Line 21:
 
* [https://www.tutorialspoint.com/mongodb/ MongoDB Tutorial]
 
* [https://www.tutorialspoint.com/mongodb/ MongoDB Tutorial]
 
* [https://docs.mongodb.com/manual/tutorial/write-scripts-for-the-mongo-shell/ Writing Mongo Shell scripts]
 
* [https://docs.mongodb.com/manual/tutorial/write-scripts-for-the-mongo-shell/ Writing Mongo Shell scripts]
 +
* [https://docs.mongodb.com/manual/data-modeling/ MongoDB Data Models]
  
 
If some commands do not work, please note the comment about roles above.
 
If some commands do not work, please note the comment about roles above.

Revision as of 10:37, 21 October 2016

Main Page >> MongoDB >>MongoDB Workbook >> Useful URLs

MongoDB URLs

Manual

MongoDB manual

Note, MongoDB is administrated by roles, which define what privileges you have on your database.

Your account supports the following roles only:

  • readwrite: ability to insert/update/delete documents in your own database
  • changeOwnPassword: ability to change your password

So some commands will not work!

Tutorials

A number of tutorials exist:

If some commands do not work, please note the comment about roles above.

Next Step

Return to the Workbook.