beanumber / etl

R package to facilitate ETL operations
127 stars 21 forks source link

asynchronous operations? #35

Open beanumber opened 7 years ago

beanumber commented 7 years ago

Since etl_extract() and/or etl_load() may take a long time, can we dispatch them to run asynchronously?

https://stackoverflow.com/questions/18819505/asynchronous-command-dispatch-in-interactive-r

beanumber commented 6 years ago

See also #34