mongo3-s3-streaming-backup

0.0.1 • Public • Published

Streaming backups from Mongo v3 to s3

Use mongodump to do streaming backups to aws s3. It can be used in aws lambda.

Usage

const backupService = require('mongo3-s3-streaming-backup');
 
backupService.backup({
  mongoUrl: 'mongodb://user:password@host:port/dbName',
  s3Bucket: 's3-bucket-name',
  s3Prefix: 's3-file-prexix',
  callback
});
 

Licence

MIT

Readme

Keywords

Package Sidebar

Install

npm i mongo3-s3-streaming-backup

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • lkanio