mdbtools: Python and UNIX CLI utilities to simplify common MongoDB DevOps tasks
Project description
# mdbtools
Python and UNIX CLI utilities to simplify common MongoDB DevOps tasks
Michael S. Noble
mnoble@broadinstitute.org
There are a number of common operations one would like to perform upon
MongoDB databases directly from a UNIX command line, for scalability,
repeatability and automation (e.g. cron jobs). This package makes it very
easy to do that, without having to write or think in Javascript OR sacrificing
choice of what key bindings you may edit with. The package also offers a
simple object framework, which not only maintains a consistent look and feel
amongst all tools, but also makes it very straightforward to add new ones.
To better resonate with the UNIX environment, many utilities in the mdbtools
suite have been given names which reflect UNIX tools of similar purpose. The
suite currently includes:
* mdbcat _display contents of one or more collections, as JSON or TSV/CSV tables_
* mdbcp _copy a collection_
* mdbindex _add/remove indexes to/from a collection_
* mdbls _list the collections in a DB_
* mdbmv _rename (move) a collection_
* mdbquery _issue general purpose key=value queries (with timing info and more, e.g. to assess indexes)_
* mdbrm _remove a collection_
* mdbtouch _create a new, empty collection_
* mdbstats _display summary statistics for one or more collections in a DB_
Some of these tools can be extended in a natural way to operate upon entire databases or server instances, not just collections; this has been considered and may appear in a future release.
Python and UNIX CLI utilities to simplify common MongoDB DevOps tasks
Michael S. Noble
mnoble@broadinstitute.org
There are a number of common operations one would like to perform upon
MongoDB databases directly from a UNIX command line, for scalability,
repeatability and automation (e.g. cron jobs). This package makes it very
easy to do that, without having to write or think in Javascript OR sacrificing
choice of what key bindings you may edit with. The package also offers a
simple object framework, which not only maintains a consistent look and feel
amongst all tools, but also makes it very straightforward to add new ones.
To better resonate with the UNIX environment, many utilities in the mdbtools
suite have been given names which reflect UNIX tools of similar purpose. The
suite currently includes:
* mdbcat _display contents of one or more collections, as JSON or TSV/CSV tables_
* mdbcp _copy a collection_
* mdbindex _add/remove indexes to/from a collection_
* mdbls _list the collections in a DB_
* mdbmv _rename (move) a collection_
* mdbquery _issue general purpose key=value queries (with timing info and more, e.g. to assess indexes)_
* mdbrm _remove a collection_
* mdbtouch _create a new, empty collection_
* mdbstats _display summary statistics for one or more collections in a DB_
Some of these tools can be extended in a natural way to operate upon entire databases or server instances, not just collections; this has been considered and may appear in a future release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mdbtools-0.3.7.tar.gz
(16.5 kB
view details)
File details
Details for the file mdbtools-0.3.7.tar.gz
.
File metadata
- Download URL: mdbtools-0.3.7.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d84923b284ed7e517ae9fcb3de4a150f8d39add4d1831158bf92b7ac8e900c7 |
|
MD5 | 8ba341c69b3c13faafa20c87540b9286 |
|
BLAKE2b-256 | 9e3b81b5fde16cc82358f0b3cb2bcba533d75a0d392987159a57f6cc1191c528 |