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

Show progress bar when streaming rows #3

Open
imathews opened this issue Feb 3, 2022 · 1 comment
Open

Show progress bar when streaming rows #3

imathews opened this issue Feb 3, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@imathews
Copy link
Member

imathews commented Feb 3, 2022

See https://cran.r-project.org/web/packages/progress/progress.pdf

@imathews imathews added the enhancement New feature or request label Feb 3, 2022
@imathews imathews self-assigned this Feb 3, 2022
@imathews
Copy link
Member Author

imathews commented Mar 14, 2022

Needed to revert existing httr::progress implementation due to poor performance in Jupyter environments. See bc9eecf

This should definitely be doable, but need to leverage a lower level streaming API for curl in R. The other takeaway is that we need to limit the frequency of updates to stdout performed by the progress indicator

@imathews imathews reopened this Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant