timisbusy / dumpstr

A node.js package to dump mongodb (mongodump) directly into s3 without filling up your local disk in the process.
MIT License
16 stars 6 forks source link

Support for Google Cloud Storage #8

Open luiseduardobrito opened 7 years ago

luiseduardobrito commented 7 years ago

What is needed, in summary, to integrate this package with Google Cloud Storage. I saw in the code that this component is using Knox to upload the files to S3?

Maybe implementing a unified interface so other developers can integrate different export locations?

Thanks in advance.