Skip to content

Instantly share code, notes, and snippets.

@mladen
Created April 17, 2014 10:21
Show Gist options
  • Save mladen/10971595 to your computer and use it in GitHub Desktop.
Save mladen/10971595 to your computer and use it in GitHub Desktop.
zastite

README is empty

{url: https://docs.google.com/spreadsheet/ccc?key=0Ats8txZzppnLdDRaS0RKV2o5c3dwT1BBQjh4V3ZZbGc&usp=docslist_api resource_id: spreadsheet:0Ats8txZzppnLdDRaS0RKV2o5c3dwT1BBQjh4V3ZZbGc}
{
"name": "zastite",
"state": "active",
"created": "2014-04-17T10:21:46.427Z",
"sources": [
{}
],
"profiles": {
"dataexplorer": "0.9"
},
"scripts": [
{
"id": "main.js",
"path": "main.js"
}
],
"views": [
{
"id": "grid",
"label": "Grid",
"type": "SlickGrid",
"state": {
"gridOptions": {
"editable": true,
"enabledAddRow": true,
"enabledDelRow": true,
"autoEdit": false,
"enableCellNavigation": true
}
}
},
{
"id": "graph",
"label": "Graph",
"type": "Graph"
},
{
"id": "map",
"label": "Map",
"type": "Map"
}
],
"id": "dataexplorer-246190",
"resources": [
{
"backend": "csv",
"id": "zastite",
"filename": "zastite.gsheet",
"path": "current.csv",
"schema": {
"fields": [
{
"id": "{url: https://docs.google.com/spreadsheet/ccc?key=0Ats8txZzppnLdDRaS0RKV2o5c3dwT1BBQjh4V3ZZbGc&usp=docslist_api",
"label": "{url: https://docs.google.com/spreadsheet/ccc?key=0Ats8txZzppnLdDRaS0RKV2o5c3dwT1BBQjh4V3ZZbGc&usp=docslist_api",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "resource_id: spreadsheet:0Ats8txZzppnLdDRaS0RKV2o5c3dwT1BBQjh4V3ZZbGc}",
"label": "resource_id: spreadsheet:0Ats8txZzppnLdDRaS0RKV2o5c3dwT1BBQjh4V3ZZbGc}",
"type": "string",
"format": null,
"is_derived": false
}
]
}
},
{
"backend": "csv",
"id": "zastite-original",
"filename": "zastite.gsheet",
"path": "original.csv",
"schema": {
"fields": [
{
"id": "{url: https://docs.google.com/spreadsheet/ccc?key=0Ats8txZzppnLdDRaS0RKV2o5c3dwT1BBQjh4V3ZZbGc&usp=docslist_api",
"label": "{url: https://docs.google.com/spreadsheet/ccc?key=0Ats8txZzppnLdDRaS0RKV2o5c3dwT1BBQjh4V3ZZbGc&usp=docslist_api",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "resource_id: spreadsheet:0Ats8txZzppnLdDRaS0RKV2o5c3dwT1BBQjh4V3ZZbGc}",
"label": "resource_id: spreadsheet:0Ats8txZzppnLdDRaS0RKV2o5c3dwT1BBQjh4V3ZZbGc}",
"type": "string",
"format": null,
"is_derived": false
}
]
}
}
]
}
loadDataset("current", function (error, dataset) {
// error will be null unless there is an error
// dataset is a Recline memory store (http://reclinejs.com//docs/src/backend.memory.html).
console.log(dataset);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment