azavea / fb-gender-survey-dashboard

Interactive exploration of global results from the Facebook "Survey on Gender Equality At Home
https://gender-survey-dashboard.netlify.app/
Apache License 2.0
2 stars 2 forks source link

Establish initial data processing pipeline #6

Closed mmcfarland closed 3 years ago

mmcfarland commented 3 years ago

Overview

The data processing for this project will be modest, but we can anticipate periodic data updates. Include an environment to isolate dependencies and process the source Excel files into a JSON format expected by the application. The end result files generated by this PR are not representative of the actual data expected, but demonstrate the end-to-end functionality of the system.

To confirm the process works as expected, the example data generated is processed and added to the application, which has been altered to show that the data is loaded.

Connects #3

Notes

This only partially completes #3. The actual data processing will be implemented when the final source is release, but should slot into this framework and be more easily reviewed in isolation.

Demo

image

Testing Instructions