ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 153 forks source link

Read chunk size, chunk inserts and timeouts from config #202

Closed mbocevski closed 4 years ago

mbocevski commented 4 years ago

Add the ability to configure the way datapusher reads and inserts data into CKAN by reading CHUNK_SIZE, CHUNK_INSERT_ROWS and DOWNLOAD_TIMEOUT from config so that they can be loaded in during runtime through environment variables.