Table of Contents
Work with Rockmongo: Working with Rockmongo is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.
Rockmongo is a MongoDB management tool. Using it, you can manage your Server, Database, Collection, Document, Index,. It provides a very friendly way for users to read, write and create documents. Rockmongo is quite similar to PHPMyAdmin tool for PHP and MySQL.
Download Rockmongo
You can download the latest version of Rockmongo from: Download Rockmongo.
Install Rockmongo:
Once downloaded, you can unzip it in the Server root folder and rename it rockmongo. Open any web browser and access index.php page from that rockmongo directory. Enter admin / admin as the corresponding username / password.
Working with Rockmongo
Next we will watch the basic activities you can do with Rockmongo.
Create new Database
To create a new Database, click Databases tab. Click Create New Database. Next, provide the name of the new Database and click Create. You will see a new database added to the left pane.
Create new Collection
To create a new Collection within a Database, click on that Database from the left pane. Click New Collection at the top. Provide a name of that Collection. Don't worry about the fields Is Capped, Size and Max. Click Create. A new Collection will be created and you will see it in the left pane.
Create a new Document
To create a new Document, click on the Collection you want to add the Document to. When you click on that Collection, you will see all the Documents listed within that Collection. To create a new Document, click Insert at the top. You can enter the data of the Document either in JSON format or in an array format and then click Save.
Import / Export data
FAQ
What should you know about download Rockmongo?
You can download the latest version of Rockmongo from: Download Rockmongo.
What should you know about install Rockmongo?
Once downloaded, you can unzip it in the Server root folder and rename it rockmongo. Open any web browser and access index.php page from that rockmongo directory. Enter admin / admin as the corresponding username / password.
What should you know about working with Rockmongo?
Next we will watch the basic activities you can do with Rockmongo.
Reader Comments 0
Sign in with email or Google to join the discussion.