rji-futures-lab / django-fcc-opif

For extracting and analyzing data from the FCC Public Inspection files
0 stars 0 forks source link

Management command to copy data tables to csv files on S3 #42

Open gordonje opened 4 years ago

gordonje commented 4 years ago

Be sure to run pipenv sync --dev to install django-postgres-copy.

The management command should loop over all of the model and export to csv files.

First draft of this might just write the files to a local directory. Then we can look at writing to an S3 bucket.