11
18

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MongoDBのGUI操作ツール

Last updated at Posted at 2019-04-08

MongoDBの操作にコマンドのほうが多いかもしれませんが、
やはりGUIのほうが直感的でよく使いますね。

GUIツールはいくつかがありますが、使いやすさ、ラインセンスなどによって選択できます。

MongoDB Compass

JSONインポート、エクスポート、クエリ作成に便利です。

Robo 3T

Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts.
URL: https://robomongo.org/

Studio 3TはProfessional MongoDB GUIです。

普段作業では、Robo 3Tでも十分できます。
イメージ:
image.png

Nosqlclient

Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient

URL:https://www.nosqlclient.com

Windows版のダウンロードは、
https://github.com/nosqlclient/nosqlclient
ページのDistributionsの「Windows x64」リンクとなります。

イメージ:
image.png

A5M2

愛用する方は多いRDBのツールですが、MongoDBも対応しております。

image.png

ローカルだと、ユーザーID、パスワード不要です。SSH2トンネルを使ってリRemoteサーバに接続しやすいです。
image.png

RDBと同じ感覚で操作できます。

image.png

NoSQLBooster

URL:https://nosqlbooster.com/home
個人用はFreeです。

など

以上

11
18
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
18

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?