Created
September 3, 2013 14:33
-
-
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"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_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