mongs

0.2.1 • Public • Published

https://travis-ci.org/jcblw/node-mongs

Mongs Build Status

a command line tool to stream mongodb data to terminal so it can be piped to things like dat

Install

$ npm install mongs -g

Usage

$ mongs -d databaseName -c collectionName [ -h host -p port ]

you can pipe the results to dat

$ mongs -d project -c geopoints | dat import --json --primary=_id  

you can also access remote urls and even authenticate

$ mongs --user test --password 1234 -h hello.example.com -p 49153 -d sample -c locations

Wishlist

  • better intergration into dat
  • better name

/mongs/

    Package Sidebar

    Install

    npm i mongs

    Weekly Downloads

    5

    Version

    0.2.1

    License

    ISC

    Last publish

    Collaborators

    • ~jcblw
    • taterbase