Datenschule / jedeschule-scraper

MIT License
22 stars 15 forks source link

Prepare Launch #113

Closed k-nut closed 3 years ago

k-nut commented 3 years ago

We have done pretty great work on these scrapers lately. There are a couple of things that we still need to do before we can go live. Let's track them here so that we can keep the overview.

k-nut commented 3 years ago

A csv dump can be created quite easily using this command:

psql postgres://jedeschule:jedeschule@localhost -c "\copy schools TO '/home/jedeschule/jedeschule-data.csv' DELIMITER ',' CSV HEADER;"
cyroxx commented 3 years ago

CSV downloads are available at https://jedeschule.codefor.de/csv-data/

tursics commented 3 years ago

Ping @knutator2 for "create a simple demo application to explore the data". Do you need help?

k-nut commented 3 years ago

@knutator2 is there anything that we can/should link for your simple demo app? I'd love to close this issue.

knutator2 commented 3 years ago

i think closing this issue is okay. The demo runs under: https://knutator2.github.io/jedeschule-explore/#/dashboard We can discuss if we continue work on this but from my perspective it is just a good tool to get a feeling if the scraped data looks okay

k-nut commented 3 years ago

i think closing this issue is okay. The demo runs under: https://knutator2.github.io/jedeschule-explore/#/dashboard We can discuss if we continue work on this but from my perspective it is just a good tool to get a feeling if the scraped data looks okay

Nice, I added a link to the README in PR #116.

I'll hence close this issue.