zendesk / linksf

A mobile website to connect those in need in to services that can help them
http://link-sf.com
Apache License 2.0
62 stars 38 forks source link

Write script to translate Parse data into a JSON file which is in OpenReferral format #262

Closed roseleaf closed 8 years ago

roseleaf commented 8 years ago

This can be easily imported into firebase, but could be used regardless of backend solution

This takes all output from a LinkSF instance's API, converts it to HSDS format, and outputs a JSON file.

roseleaf commented 8 years ago

https://docs.google.com/document/d/1yHdaJ-ii7mCzb0hDyPdJzwvcAxAzaODVVEJeZkLFwew/edit?ts=56ce1f3a

https://github.com/codeforamerica/ohana-api/tree/master/data/sample-csv

roseleaf commented 8 years ago

curl example of using the parse API: Export Request curl -X GET \ -H "Content-Type: application/json" \ -H "X-Parse-Application-Id: wqnhSRoalmJA5uu33MUXEMJMsZ0CcE2cU3QMD7Bx" \ -H "X-Parse-REST-API-Key: jOVPiEG0JEYKFtmPBSF9vUnKAFCWFKtDwunnm6cF" \ https://api.parse.com/1/classes/Facility

roseleaf commented 8 years ago

https://github.com/zendesk/linksf_migrator