banjtheman / defundthepolice

Defund The Police
Apache License 2.0
21 stars 30 forks source link

BUG: Database script does not load all data #60

Closed banjtheman closed 3 years ago

banjtheman commented 3 years ago

What is the Task

Currently, the build script for Postgres does not load all the data. Need to fix the docker build so that it correctly loads all the data into the database

Why do we want to do this

To ensure we can get all data we have collected

How can I get started?

  1. I would create a script to preprocess all the data into a single CSV that can be added to the DB, but you are free to tackle the problem any way you like.

  2. To test run

    docker-compose -f docker-compose.api.yml build --no-cache

Definition of Done

All data is correctly loaded into the Database