Today I am sharing three free online tools that you can use to learn and experiment with MongoDB. You do not need to download or install anything on your desktop or laptop to experiments with these tools. These are available online and all your need is a computer and a good internet connection.
Query Translator
www.querymongo.com
Do MongoDB
http://domongodb.com/mongodbconsole.aspx
This is a great initiative and it is a free online platform to learn and explore MongoDB online. You need to login with your name and email address and it create a database for you. You can explore MongoDB commands and try some of the basic features here.
Try MongoDB Shell
http://try.mongodb.org/
This is an online browser based shell provided by the creator of MongoDB (MongoDB, Inc). It has by default "test" database available. You can learn about creating collection (table), reading data from collection and other basics stuff from here.
If you know any online tool to learn and explore MongoDB which is not listed here; please share with us.
How to get Started with MongoDB
How to create or drop Database in MongoDB?
How to create Collection (Table) in MongoDB?
... More Tutorials on MongoDB here