Skip to content

Instantly share code, notes, and snippets.

@cmungall
Created November 30, 2015 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmungall/664aa37d38ee893132cc to your computer and use it in GitHub Desktop.
Save cmungall/664aa37d38ee893132cc to your computer and use it in GitHub Desktop.
No name

README is empty

foo 1 2
bar 7 8
{
"name": "No name",
"state": "active",
"created": "2015-11-30T15:09:53.901Z",
"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,
"enableReOrderRow": true,
"autoEdit": false,
"enableCellNavigation": true
}
}
},
{
"id": "graph",
"label": "Graph",
"type": "Graph"
},
{
"id": "map",
"label": "Map",
"type": "Map"
}
],
"id": "dataexplorer-300733",
"resources": [
{
"backend": "csv",
"path": "current.csv",
"schema": {
"fields": [
{
"id": "foo",
"label": "foo",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "1",
"label": "1",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "2",
"label": "2",
"type": "string",
"format": null,
"is_derived": false
}
]
}
},
{
"backend": "csv",
"path": "original.csv",
"id": "undefined-original",
"schema": {
"fields": [
{
"id": "foo",
"label": "foo",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "1",
"label": "1",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "2",
"label": "2",
"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