GithubHelp home page GithubHelp logo

mhlz / mongoclient Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nosqlclient/nosqlclient

0.0 2.0 0.0 58.61 MB

Cross-platform easy to use mongodb management tool

Home Page: http://www.mongoclient.com

License: MIT License

Shell 0.44% JavaScript 61.39% HTML 20.09% CSS 18.07%

mongoclient's Introduction

Mongoclient, MongoDB Management Tool

Cross-platform, easy to use, MongoDB 3.4+ support and more features!

Build Status Code Climate Codacy Badge GitHub release Github All Releases Docker Pulls MIT License

Paypal

Mongoclient is in need of you to buy INSPINA theme's extended licence ($1000) to live longer. Thank you so much ! Here's the list of donators, helpful people Can't you donate, no worries giving a star to this repository is free and appreciated as much as donation !

Try Demo Application

Database Monitoring Easy GridFS, Dump/Restore Management
Autocomplete User Management

Download

Version 1.5.0 has been released !

Distributions

To learn more see the wiki page.

Docker

Mongoclient now officialy has a docker hub. To install master branch:

docker pull mongoclient/mongoclient

To install latest stable release:

docker pull mongoclient/mongoclient:1.5.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 mongoclient 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 <your_path>:/data/db mongoclient/mongoclient

Cloud Foundry

You can optionally push the Mongoclient to the CloudFoundry

Cloud Foundry or CF, is a PaaS, as a developer you can trail the instance of CF, either IBM Bluemix or Pivotal

As the MongoClient is developed by the meteor, you need to have an mongodb instance to store the metadata info MC needed. Mlab has an experimental or sandbox offering or compose a commerical DBaaS provider you can register and try it.

Assuming you have an mongodb instance, which something linke
mongodb://<dbuser>:<dbpassword>@ds145188.mlab.com:45188/mongodb-mc

And installed the command line utility

Get the latest MongoClient

git clone https://github.com/rsercano/mongoclient.git ~/mongoclient
cd ~/mongoclient

edit the manifest.yml.sample, change the corresponding values to your environment

mv manifest.yml.sample manifest.yml
cf login -a api.ng.bluemix.net -u username -p password
cf push

after a while, your console will output something like

cf push mongoclient

History

Please check history file for version information.

Roadmap

Please check roadmap file for further features.

License

Project is licensed under MIT, which means you are free to do anything with full of my work as long as you provide attribution back to me. Thanks !

mongoclient's People

Contributors

rsercano avatar greenkeeper[bot] avatar birkskyum avatar mhlz avatar hex7c0 avatar rdev66 avatar gitter-badger avatar tglaesser avatar antony avatar wdimaculangan avatar jiangytcn avatar alu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.