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

Add stream method to object store #29

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

timteeee
Copy link

@timteeee timteeee commented Oct 8, 2024

Branched off of #28

Here I am adding a new stream method to the ObjectStore class that returns a chunked stream over the bytes as an async iterator. Useful for large objects that cannot reasonably fit into memory all at once.

@kylebarron
Copy link
Contributor

I hope you don't mind I'm incorporating this PR into my alternative binding: developmentseed/obstore#11

@timteeee
Copy link
Author

@kylebarron absolutely don't mind, please do!

@kylebarron kylebarron mentioned this pull request Oct 18, 2024
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

Successfully merging this pull request may close these issues.

2 participants