-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
Streaming responses #207
Comments
This is not currently planned. |
Sorry to rehash, but would you accept a patch that implemented this support? |
I'm +1 for it, but it needs some design decisions. Which operations we'll be able to support for streaming imports and exports? I know openpyxl has optimized reader/writer (http://openpyxl.readthedocs.io/en/default/optimized.html) and it is really useful. Reopening the issue for discussion. I think it is possible to make it in tablib. |
Hello @iurisilvio @jarshwah @kennethreitz A lot of formats use file-like object but
I think we could gain in features just by split code in several functions. What do you think about ? |
POC here: #337 |
Can we use tablib to stream responses, eg have dataset.csv return a generator?
The text was updated successfully, but these errors were encountered: