Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes use of the filesystem #29

Open
dejagersh opened this issue Oct 29, 2018 · 2 comments
Open

Makes use of the filesystem #29

dejagersh opened this issue Oct 29, 2018 · 2 comments

Comments

@dejagersh
Copy link

Even when using streams, it uses the filesystem which makes it unsuitable for cloud platforms like Heroku and AWS Lambda.

@brunorib62
Copy link

In case of using stream, having an extra parameter for the temporary folder, instead of using __dirname, will fix this problem, since in cloud computing they usually make some paths availables (AWS for example we can specify '/tmp' for usage).

@lihaibh
Copy link

lihaibh commented Sep 7, 2020

@thejager
If it is still relevant, my own solution for mongodb backup might help you.
In my design you can create connectors to data sources for the backup so you can create a connector of S3 or other cloud service and the data will be streamed right into there.
I hope it address your issue and will help you.
https://github.com/lihaibh/mongodb-snapshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants