# Nosqlclient **Repository Path**: mirrors/Nosqlclient ## Basic Information - **Project Name**: Nosqlclient - **Description**: Nosqlclient是一个免费的开源MongoDB管理工具,基于Web的GUI意味着不再需要命令行来管理数据库 - **Primary Language**: JavaScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/nosqlclient - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 6 - **Created**: 2019-05-06 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Nosqlclient (Formerly Mongoclient), MongoDB Management Tool Cross-platform and self hosted, easy to use, MongoDB 4.0+ support and more features! > NOSQLCLIENT IS NO LONGER BEING ACTIVELY DEVELOPED. I BELIEVE YOU CAN STILL USE DOCKER BUILDS AND FEEL FREE TO MAIL FOR INQUIRIES: ozdemirsercan27@gmail.com [![Build Status](https://travis-ci.org/nosqlclient/nosqlclient.svg?branch=master)](https://travis-ci.org/nosqlclient/nosqlclient) [![GitHub release](https://img.shields.io/github/release/nosqlclient/nosqlclient.svg)](https://github.com/nosqlclient/nosqlclient) [![Docker Pulls](https://img.shields.io/docker/pulls/mongoclient/mongoclient.svg)](https://hub.docker.com/r/mongoclient/mongoclient/) [![AGPLv3 License](https://img.shields.io/github/license/nosqlclient/nosqlclient.svg)](https://github.com/nosqlclient/nosqlclient/blob/master/LICENSE) ## Demo [Try Demo Application](https://www.nosqlclient.com/demo/) ## Documentation All documentation can be found in https://www.nosqlclient.com/docs ## Docker ```docker pull mongoclient/mongoclient``` To install latest stable release: ```docker pull mongoclient/mongoclient:4.0.0``` Then you can run it as a daemon: ```docker run -d -p 3000:3000 mongoclient/mongoclient``` To set an external mongodb which is required for meteor to work, you can set ```MONGO_URL``` environment variable. Otherwise nosqlclient will install mongodb to container and use it. To persist your connections and settings simply bind ```/data/db``` directory to your local machine as below. ```docker run -d -p 3000:3000 -v :/data/db mongoclient/mongoclient``` ## History Please check [history](https://github.com/nosqlclient/nosqlclient/blob/master/HISTORY.MD) file for version information. ## License Nosqlclient is licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License) for prior version 2.0.0, but for 2.0.0 and higher versions are licensed under [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html). ### We use JetBrains products to develop Nosqlclient ! [![www.jetbrains.com](https://github.com/nosqlclient/nosqlclient/blob/master/public/jetbrains.svg)](http://www.jetbrains.com)