mongoctl | Manage MongoDB servers and replica sets using JSON
kandi X-RAY | mongoctl Summary
kandi X-RAY | mongoctl Summary
mongoctl is a Python library typically used in MongoDB applications. mongoctl has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install mongoctl' or download it from GitHub, PyPI.
mongoctl is a lightweight command line utility that simplifies the installation of MongoDB and management of MongoDB servers and replica set clusters. It is particularly useful if you maintain many MongoDB environments with lots of configurations to manage. The core philosophy behind mongoctl is that all server and cluster configuration be defined declaratively as data, rather than procedurally as code or scripts. So, instead of typing shell commands with lots of options that you can never remember, or writing a bunch of shell scripts hard-coded with hosts, port numbers, and file-system paths, you simply define the universe of servers and clusters with JSON objects and pass them to mongoctl commands. Server and cluster definitions can reside in flat-files, behind a web-server (like Github for instance), or in a MongoDB database.
mongoctl is a lightweight command line utility that simplifies the installation of MongoDB and management of MongoDB servers and replica set clusters. It is particularly useful if you maintain many MongoDB environments with lots of configurations to manage. The core philosophy behind mongoctl is that all server and cluster configuration be defined declaratively as data, rather than procedurally as code or scripts. So, instead of typing shell commands with lots of options that you can never remember, or writing a bunch of shell scripts hard-coded with hosts, port numbers, and file-system paths, you simply define the universe of servers and clusters with JSON objects and pass them to mongoctl commands. Server and cluster definitions can reside in flat-files, behind a web-server (like Github for instance), or in a MongoDB database.
Support
Quality
Security
License
Reuse
Support
mongoctl has a low active ecosystem.
It has 175 star(s) with 26 fork(s). There are 9 watchers for this library.
It had no major release in the last 12 months.
There are 12 open issues and 22 have been closed. On average issues are closed in 147 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of mongoctl is 0.9.0
Quality
mongoctl has no bugs reported.
Security
mongoctl has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
mongoctl is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
mongoctl releases are available to install and integrate.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed mongoctl and discovered the below as its top functions. This is intended to give you an instant insight into mongoctl implemented functionality, and help decide if they suit your requirements.
- Dump a MongoDB command
- Dump the best secondary server for a cluster
- Dump a MongoDB cluster
- Dump a MongoDB database
- Restore a database
- Restore a MongoDB cluster
- Restore a MongoDB server
- Restore a MongoDB database
- Handles a shard command
- Remove shard from shard
- Execute the command to remove a shard
- Restart the server
- Connect to a Mongo shell command
- Add options to the MONGOCTL parser
- Returns the configuration servers
- List of shards
- Prompt the user for a task
- Read a username from a database
- Show status of a server
- Return mongodb uri template
- Configure a replication cluster
- Configure ShardedCluster command
- Reads the password
- Resolve members of a member property
- Get information about members
- Returns True if the server has the specified configuration server
Get all kandi verified functions for this library.
mongoctl Key Features
No Key Features are available at this moment for mongoctl.
mongoctl Examples and Code Snippets
No Code Snippets are available at this moment for mongoctl.
Community Discussions
No Community Discussions are available at this moment for mongoctl.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mongoctl
mongoctl supports MongoDB versions >= 1.8. mongoctl is registered in the Python package index (PyPI). Note: you may need to prefix these commands with sudo if you're using a system-level Python install (i.e. if running pip by itself results in permissions errors.) For example, sudo pip install mongoctl will install mongoctl to your system Python.
Linux or MacOSX (mongoctl does not currently support Windows)
Python 2.6 or 2.7 (3.x not yet supported)
pip >= 1.0.2 (instructions on installing pip)
If planning to build MongoDB from source, i.e. with mongoctl install-mongodb --build-from-source: the scons tool (typically available in your package manager, such as apt, yum/dnf or brew.)
Linux or MacOSX (mongoctl does not currently support Windows)
Python 2.6 or 2.7 (3.x not yet supported)
pip >= 1.0.2 (instructions on installing pip)
If planning to build MongoDB from source, i.e. with mongoctl install-mongodb --build-from-source: the scons tool (typically available in your package manager, such as apt, yum/dnf or brew.)
Support
Quick-start guideConfiguring mongoctlManaging MongoDB installationsManaging serversManaging clustersConnecting to servers with the mongo shellCommand reference
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page