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

Provide standard methods to read files independently from the provider #2

Open
javiertoledo opened this issue May 29, 2022 · 0 comments

Comments

@javiertoledo
Copy link
Member

For instance, if you're storing a CSV file, no matter if your file is stored on a Blob storage (Azure) or a local file (Local provider), it would be convenient to have a function provided by the rocket that returns a read stream that can be connected to libraries like csv-parser.

In this way, we also abstract the access to the file in addition to the file upload.

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

1 participant