Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nosqlclient/nosqlclient
Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
https://github.com/nosqlclient/nosqlclient
cross-platform database-management docker management meteor meteorjs mongoclient mongodb mongodb-instance mongodb-management monitoring nosql web-application
Last synced: 2 days ago
JSON representation
Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
- Host: GitHub
- URL: https://github.com/nosqlclient/nosqlclient
- Owner: nosqlclient
- License: agpl-3.0
- Created: 2016-02-07T14:34:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T07:45:24.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:18:42.947Z (2 months ago)
- Topics: cross-platform, database-management, docker, management, meteor, meteorjs, mongoclient, mongodb, mongodb-instance, mongodb-management, monitoring, nosql, web-application
- Language: JavaScript
- Homepage: https://www.nosqlclient.com
- Size: 74.2 MB
- Stars: 3,479
- Watchers: 107
- Forks: 367
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.MD
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-meteor - Nosqlclient - MongoDB management tool. (Open Source Apps)
- awesome-mongodb - Nosqlclient - Cross-platform, self hosted and easy to use management tool (formerly Mongoclient) (Tools / Desktop)
- awesome-list-docker - nosqlclient - platform and self hosted, easy to use mongodb management tool - Formerly Mongoclient (monitoring)
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: [email protected]
[![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)