Coder Social home page Coder Social logo

pick-mongo-primary's Introduction

pick-mongo-primary

Get MongoDB Shell command to PRIMARY from the Mongo URL

Simply call following command

npm install -g pick-mongo-primary
mongo $(pick-mongo-primary <MONGO_URL>)

pick-mongo-primary's People

Contributors

arunoda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pick-mongo-primary's Issues

ssl=true not being forwarded?

I got a replica set on cloud.mongodb.com and therefor have to use ?ssl=true. This script is detecting the right master of the replica, but is not forwarding the request to SSL to the primary.

Support non-replica MongoDBs

isMaster returns only partial information when the MongoDB is not a member of a replica set. In particular, it will return isMaster: true and no primary field (at least on some servers I've tried on). As a result, pick-mongo-primary mongodb://localhost/db returns undefined/db whereas it would ideally return localhost/db.

I know your software is not particularly relevant to such simple databases, but some software such as Kadira uses pick-mongo-primary and it'd be nice to easily use such software on a simple MongoDB without replica sets. Currently I have to bypass pick-mongo-primary.

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.