Skip to content

Instantly share code, notes, and snippets.

@subvertallchris
Created September 26, 2014 20:14
Show Gist options
  • Save subvertallchris/43efd8e0be9f5eb54046 to your computer and use it in GitHub Desktop.
Save subvertallchris/43efd8e0be9f5eb54046 to your computer and use it in GitHub Desktop.
[
{
"columns": [
"r"
],
"data": [
{
"row": [
{
"_classname": "StudentLesson"
}
],
"graph": {
"nodes": [
{
"id": "0",
"labels": [
"Student"
],
"properties": {
"_id": "5425c1a697b2722d83000001",
"name": "Chris",
"gpa": 0,
"test_scores": "[]",
"_classname": "Student",
"created_at": 1411760550,
"updated_at": 1411760550
}
},
{
"id": "1",
"labels": [
"Lesson"
],
"properties": {
"_id": "5425c21397b2723883000001",
"_classname": "Lesson",
"subject": "math"
}
}
],
"relationships": [
{
"id": "0",
"type": "enrolled_in",
"startNode": "0",
"endNode": "1",
"properties": {
"_classname": "StudentLesson"
}
}
]
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment