Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

mongodb-js/mongodb-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodb-top

build status

Consume mongotop as a stream.

Example

var mongodb = require('mongodb');
var top = require('mongodb-top');
mongodb.connect('mongodb://localhost:27017', function(err, db){
  top(db).pipe(process.stdout);
});

License

Apache 2