Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mickeyl/mops
MOngo Protoyping Shell
https://github.com/mickeyl/mops
Last synced: 19 days ago
JSON representation
MOngo Protoyping Shell
- Host: GitHub
- URL: https://github.com/mickeyl/mops
- Owner: mickeyl
- License: mit
- Created: 2015-05-07T13:49:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T12:33:41.000Z (over 6 years ago)
- Last Synced: 2023-08-03T21:49:14.722Z (over 1 year ago)
- Language: Vala
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
MOngo Prototyping Shell
=======================MOPS is a simple shell written for interactive exploring and maintaining your mongodb databases, collections, and documents.
MOPS is *not* meant to be a replacement for the mongo shell (and will never be), but rather a simple tool for quick interrogation.
Usage
-----MOPS contains two modes of commands, the exploration mode, and the maintenance mode.
### Exploration mode
In this mode, you can query the available databases, the available collections in a database,
documents in the database, and a list of values given a fieldname.Syntax:
### Maintenance mode
In this mode, you can operate (destructive) commands on the database, such as copying, moving, removing, as well as inserting
documents or individual values.Syntax:
: [parameter] [parameter] [parameter]...
Todo before releasing 1.0
-------------------------
* Implement skip and limit for query mode with default parameter 0:15 (iterating through cursor like in mongo shell)
* Implement more commands
* Implement interactive commands also for the commandlineRoadmap
-------
* Colored output?
* Bash completion?