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

Need an API to be able to control the PyTables file object, in case you don't want to save to disk #30

Open
aijoe-mcarthyfinch opened this issue Feb 5, 2018 · 0 comments · May be fixed by #31

Comments

@aijoe-mcarthyfinch
Copy link

I have a use-case where I don't want to save the resulting HDF5 data to local disk. Rather, I want to handle the produced data with a stream pattern.

In my specific case, this is so I can save the HDF5 data directly to an AWS S3 bucket in a resource-efficient way, but I imaging there are other situations where people may want to have control of the file handle. It would be good to have an extended API which supports this.

@aijoe-mcarthyfinch aijoe-mcarthyfinch changed the title Need an API to be able to control the PyTables file, in case you don't want to save to disk Need an API to be able to control the PyTables file object, in case you don't want to save to disk Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant