0.2.1 • Published 10 years ago

mongs v0.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

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