MongoDB

From mi-linux
Revision as of 13:31, 27 October 2016 by Cm1958 (talk | contribs)
Jump to navigationJump to search

Main Page >> MongoDB

MongoDB Workbook

MongoDB is a NoSQL database available on mi-linux, using a command line prompt.

If you are taking a module using this database you will have an account automatically created for you. If you are a Project student who wishes to use the database, please contact M.Garvey@wlv.ac.uk to get an account setup.

Commands to try out are in a box, for example:

db.myCollectionName.find();

There will be exercises for you to try out too. In most cases you will be given the results so you can check your answer. These will also be presented in a blue font, for example:

 db.myCollectionName.find(deptNo: 10);

Note: this workbook is currently Work in Progress!. If you spot any errors please inform: m.garvey@wlv.ac.uk.

MongoDB Workbook