-
Notifications
You must be signed in to change notification settings - Fork 1
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
Export Data from Google Docs to Github and or Datahub.io to make it easy to use #2
Comments
Sounds like a good strategy to export it to datahub, and recline.js for an On Tue, Feb 4, 2014 at 4:08 PM, Tom Brooke [email protected] wrote:
PGP ID: EF2F2BB1 |
Found this re: basic search interface - this has a google docs backend but I saw good docs but didn't see anything to fork to github - looks like if we can find online links to recline we may be able to host it on a On Tue, Feb 4, 2014 at 11:28 AM, RDBinns [email protected] wrote:
|
Datasets on datahub need to be attached to an 'organisation'. So we could either create a new org, or attach this to my existing organisation account on datahub which is called 'Privacy and Data Protection'. This dataset definitely fits into the scope so I'm happy to put it there if you all are? |
Yes.. Reuben, that sounds great for this prototype period. mary On Feb 5, 2014, at 1:45 PM, RDBinns wrote:
|
Ruben I noticed that they needed to be attached to organizations and yours would be perfect |
So it's relatively simple to get the spreadsheet to serve JSON. The document has to be made public to everyone, then file -> publish to the web. We get a key for the spreadsheet, which we put into the following URL: https://spreadsheets.google.com/feeds/cells/[KEY GOES HERE]/od6/public/basic?hl=en_US&alt=json I copied a pared down version of the spreadsheet and tried this out - here are the results: As you can see, the downside is it generates a load of additional ugly JSON data that we don't want. But if we can iron out that we have a basic JSON API to our spreadsheet that will be continually updated whenever someone makes a change to the google spreadsheet. |
For the hardware hack, we are going to put the relevant data on a postgres
|
Hi Chris! That's fantastic. Would it be OK for other teams taking part to make use of that data source? Is there anything we can do in the meantime to help with that aspect of your project? |
But of course! We'll publish the credentials and access URI's as soon as
|
If it helps, I've written a simple python script to take the relevant bits of the consent legal map and put them into a JSON file (see csv2json.py in the repo). |
It may be easier to see and reuse the data if we can store it locally in this repo or else export it to datahub.io -
It looks like datahub.io can store a csv file so it may be a simple export and import and I beleive that it might be fairly easy to create an interface with recline.js
Also recline.js looks like it would be pretty easy to make an interface either to datahub or to the google spreadsheet
I am not sure about github - maybe just a link to the spreadsheet would suffice
The text was updated successfully, but these errors were encountered: