- Python Business Intelligence Cookbook
- Robert Dempsey
- 270字
- 2021-07-30 09:51:49
Installing Robomongo
Robomongo is a GUI tool for managing MongoDB that runs on Mac OS X, Windows, and Linux. It allows you to create new databases and collections and to run queries. It gives you the full power of the MongoDB shell in a GUI application, and has features including multiple shells, multiple results, and autocompletion. And to top it all, it's free.
Getting ready
Open a web browser, and browse to http://robomongo.org/.
How to do it…
Mac OS X
The following steps explain how to install Robomongo on Mac OS X:
- Click on the Download for Mac OS X button.
- Click on the Mac OS X Installer (.dmg) link to download the file.
- Once downloaded, double-click on the installer file.
- Drag the Robomongo application to the
Applications
folder. - Open the
Applications
folder, and double-click on Robomongo to start it up. - In the MongoDB Connections window, create a new connection:
- Click on Save.
- Highlight your new connection and click on Connect.
- Assuming that you have MongoDB running, you should see the default system database.
Windows
The following steps explain how to install Robomongo on Windows:
- Click on the Download for Windows button.
- Click on the Windows Installer (.exe) link to download the file.
- Once downloaded, double-click on the installer file, and follow the install instructions, accepting all the defaults.
- Finally, run Robomongo.
- In the MongoDB Connections window, create a new connection:
- Click on Save.
- Highlight your new connection, and click on Connect.
- In the View menu, select Explorer to start browsing the existing MongoDB databases. As this is a brand new instance, you will only have the system collection.
推薦閱讀
- C及C++程序設(shè)計(第4版)
- Active Directory with PowerShell
- Selenium Testing Tools Cookbook(Second Edition)
- Java Web開發(fā)詳解
- OpenCV 4計算機視覺項目實戰(zhàn)(原書第2版)
- 編程與類型系統(tǒng)
- Julia High Performance(Second Edition)
- 從零開始:C語言快速入門教程
- Python 快速入門(第3版)
- Developing Java Applications with Spring and Spring Boot
- Mastering Python
- 精通Oracle 12c 數(shù)據(jù)庫管理
- 青少年編程魔法課堂:Python圖形化創(chuàng)意編程
- Tableau數(shù)據(jù)可視化從入門到精通
- 機器學(xué)習(xí)全解(R語言版)