Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created September 3, 2013 14:33
Show Gist options
  • Save FrancescaK/6424753 to your computer and use it in GitHub Desktop.
Save FrancescaK/6424753 to your computer and use it in GitHub Desktop.
For each document, we create (or modify) at least one node that keeps track of this "edge"
{
"_id" : "12478",
"value" : {
"pg" : (1 / NUM_OF_AIRPORTS_IN_DB),
"prs" : {
"12892" : (NUM_OF_FLIGHTS_FROM_12478_TO_12892 / NUM_OF_FLIGHTS_FROM_12478),
...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment