mongodb-dyno-client

0.1.1 • Public • Published

mongodb-dyno-client

Build Status

dyno api client

Example

var dyno = require('mongodb-dyno-client')('http://dyno.mongodb.parts');
 
 
dyno.runs({harness: 'mongo-perf'}, {limit: 10, skip: 0}, function(err, runs){
  if(err) return console.error(err);
 
  console.log('recent mongo-perf runs: ', runs);
});

Todo

  • more tests
  • implement result submission
  • bin for easily submitting/validating/debugging submission process
  • examples

License

MIT

Dependencies (4)

Dev Dependencies (1)

Package Sidebar

Install

npm i mongodb-dyno-client

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • orechova
  • himanshusinghs
  • c-buckingham
  • mongo-j
  • mabaasit
  • alexander_schroll
  • chuck.kalmanek
  • mongodb-js-user
  • rueckstiess
  • durran
  • lerouxb
  • fredtruman
  • mbroadst
  • hswolff
  • satyasinha
  • matt_d_rat
  • rhysm
  • tomhollander
  • alena.khineika
  • jeff-allen-mongo
  • mmarcon
  • jonathan.balsano
  • mongodb-build
  • jack.weir
  • stennie
  • mcasimir
  • kristina.stefano
  • jarjee
  • shaketbaby
  • devtoolsbot
  • addaleax
  • gribnoysup
  • mutukrish
  • imlucas