adminMongo - Web based user interface (GUI) to handle all your MongoDB connections/databases needs.

  •        2807

adminMongo is a Web based user interface (GUI) to handle all your MongoDB connections/databases needs. It is fully responsive and should work on a range of devices.

  • Manage from a connection level for easy access to multiple databases
  • Create/Delete databases
  • Backup/Restore databases
  • Create/Delete/Edit collection
  • Create/Delete/Edit documents
  • Create/Delete indexes
  • Query documents
  • Collection statistics
  • Export collections in JSON format
  • Server monitoring

https://github.com/mrvautin/adminMongo
https://adminmongo.markmoffat.com/

Tags
Implementation
License
Platform

   




Related Projects

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

  •    Javascript

Nosqlclient (Formerly Mongoclient) - Cross-platform and self hosted, easy to use, intuitive mongodb management tool. Its features include MongoDB Shell, Index management, User management, Schema analyzer, Live monitoring, File management and lot more.

robomongo - Native cross-platform MongoDB management tool

  •    C++

Robo 3T (formerly Robomongo *) is a shell-centric cross-platform MongoDB management tool. Unlike most other MongoDB admin UI tools, Robo 3T embeds the actual mongo shell in a tabbed interface with access to a shell command line as well as GUI interaction.Starting from version 1.1, Robo 3T embeds the MongoDB 3.4 shell.

Mongo Express - Web-based MongoDB admin interface, written with Node.js and express

  •    Javascript

mongo-express is a web-based MongoDB admin interface written with Node.js, Express and Bootstrap3. It has support to work with multiple database, GridFS support, Replication etc.

mongoui - MongoDB admin UI server written in Node.js

  •    Javascript

MongoUI: MongoUI (mongoui) is a web (browser) admin interface for MongoDB. MongoUI is an open-source web and desktop app which allows to administer local and remote MongoDB instances via GUI. No need to type commands in a terminal anymore. Convenient interface will allow to create, update, remove and filter/search documents. You can switch between collections or even databases with just a single click.

Robomongo - Shell-centric cross-platform MongoDB management tool

  •    C++

Robomongo is a shell-centric cross-platform open source MongoDB management tool (i.e. Admin GUI). Robomongo embeds the same JavaScript engine that powers MongoDB's mongo shell. Everything you can write in mongo shell — you can write in Robomongo. It also provides you with syntax highlighting, autocompletion, different view modes (text, tree, custom) and more.


Mongoku - The Web-scale GUI for MongoDB

  •    Typescript

MongoDB client for the web. Query your data directly from your browser. You can host it locally, or anywhere else, for you and your team. It scales with your data (at Hugging Face we use it on a 1TB+ cluster) and is blazing fast for all operations, including sort/skip/limit. Built on TypeScript/Node.js/Angular.

phpMoAdmin - MongoDB administration tool for PHP

  •    PHP

phpMoAdmin is a MongoDB administration tool for PHP. It helps to create, drop and repair database and indexes. It provides support to view and search on data, Provides stats on database uptime and memory, Import/export data in JSON format.

Mongotron - Cross platform Mongo DB management

  •    Javascript

Mongotron is cross platform Mongo DB management. A Mongo DB GUI built using Electron, and Angular Js.

RockMongo - MongoDB Administration Tool in PHP

  •    PHP

RockMongo, a MongoDB administration tool, written in PHP5, is Best in PHP world, more like PHPMyAdmin.

DbGate- Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others

  •    Svelte

DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working with more databases simultaneously. But there are also many advanced features like schema compare, visual query designer, chart visualisation or batch export and import. It supports MySQL, PostgreSQL ,SQL Server, MongoDB, Redis, SQLite, Amazon Redshift, CockroachDB, and MariaDB.

MongoPool - Manages MongoDB Connections

  •    Python

MongoPool is the tool that manages your connections to different clusters, maps databases to clients and allows you to work only with database names without worrying about creating and managing connections. You will never have to create a MongoClient everywhere you want to access a database again which enables you to write beautiful and maintainable code.

MongoDB - NoSQL Document Store Database

  •    C++

MongoDB (from "humongous") is a scalable, high-performance, open source, dynamic-schema, document-oriented database. MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems.

Daun: MongoDB Management Studio

  •    CSharp

Daun Management Studio is a management tool that is used for configuring, managing, and administering all components within MongoDB.

qmgo - Qmgo - The Go driver for MongoDB

  •    Go

Qmgo is a Go driver for MongoDB . It is based on MongoDB official driver, but easier to use like mgo (such as the chain call). Qmgo allows users to use the new features of MongoDB in a more elegant way.

ToroDB Stampede - Provides better analytics on top of MongoDB and make it easier to migrate from MongoDB to SQL

  •    Java

ToroDB helps to transform your NoSQL data from a MongoDB replica set into a relational database in PostgreSQL. There are other solutions that are able to store the JSON document in a relational table using PostgreSQL JSON support, but it doesn't solve the real problem of 'how to really use that data'. ToroDB Stampede replicates the document structure in different relational tables and stores the document data in different tuples using those tables.

MongoDB SQL Server Importer

  •    

If you want a quick (but kinda dirty) way to import your SQL Server database to MongoDB, this is your tool. This tool is for those who wants to leverage their existing database to learn MongoDB. It's developed in C#.

pam-mongodb - PAM module to authenticate a user via mongoDB database

  •    Perl

A C PAM module using libmongo-client (MongoDB C driver) and Glib to authenticate a user against a MongoDB database. The general idea of this is that to authenticate users on the network, they will have to have a valid account to a database on the mongoDB server.

Adminer - Database Management in Single PHP file

  •    PHP

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch and MongoDB

dex - Index and query analyzer for MongoDB: compares MongoDB log files and index entries to make index recommendations

  •    Python

Dex is a MongoDB performance tuning tool that compares queries to the available indexes in the queried collection(s) and generates index suggestions based on simple heuristics. Currently you must provide a connection URI for your database. Dex uses the URI you provide as a helpful way to determine when an index is recommended. Dex does not take existing indexes into account when actually constructing its ideal recommendation.

libmongo-client - An alternative C driver for MongoDB

  •    C

This is an alternative C driver for MongoDB, with slightly different goals than the official one. libmongo-client is meant to be a stable (API, ABI and quality alike), clean, well documented and well tested shared library, that strives to make the most common use cases as convenient as possible. It has support for connection pooling, ReplicaSet support, with support for automatic reconnecting and discovery and lot more.