punkave / mongo-dump-stream

Pipe entire mongodb databases through the shell, or to a node stream. It's what you wanted mongodump to be.
MIT License
51 stars 11 forks source link

Pipe to load #9

Open matthewmueller opened 9 years ago

matthewmueller commented 9 years ago

would be nice to be able to do this:

mds.dump(LOCAL_URL).pipe(mds.load(REMOTE_URL))
boutell commented 9 years ago

Mmm. I was going in this direction but the performance was a pretty serious issue as I recall.