Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change dataProvider link #28

Open
ghost opened this issue Feb 4, 2014 · 4 comments
Open

How to change dataProvider link #28

ghost opened this issue Feb 4, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 4, 2014

If I want to use the MakerMap code (with its simple GUI and tag functions), how do I change the already set database of hack spaces to a new database of for example Houston resources for the homeless? I'm new to databases and servers so any help would be appreciated.

@joscha
Copy link

joscha commented Feb 25, 2015

I believe you have to hook up a Google Form to Google Fusion Tables (and some sync between those two) to make it work. These resources are not part of this repo, maybe @bobthecow knows more and/or could add this information to the README?

@bobthecow
Copy link
Contributor

The Google Form/Fusion Tables/sync bit is actually an ugly mess and I wouldn't wish it on anyone :)

You'll need to set up your own Fusion Table (that's the data provider). Here's the gist of how that works: https://support.google.com/fusiontables/answer/2527132?hl=en

We use a Google Form that populates a spreadsheet in Google Docs, and we run a script to geocode the addresses in that spreadsheet then sync them to Fusion Tables. This is the part that's awful. It takes forever to run, it's not robust at all, it breaks all the time. The code we based it on (provided by Google themselves) is absolutely horrid. So don't do what we do :)

Probably your easiest bet would be to populate the Fusion Table yourself from the web interface, especially if there aren't a ton of resources or they don't change very often. This way you could cut out the inevitable headache.

@joscha
Copy link

joscha commented Feb 25, 2015

@bobthecow thanks for the explanation! We will look into it - I was maybe thinking https://fusion-tables-api-samples.googlecode.com/svn/trunk/FusionTablesFormSync/docs/reference.html but it also sounds very makeshift. I will look for something more robust then I guess and send any updates here.

CC @Amakaruk @trizcs

@bobthecow
Copy link
Contributor

Yes. That's the one. Don't do it. It's really bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants