Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created September 3, 2013 14:32
Show Gist options
  • Save FrancescaK/6424740 to your computer and use it in GitHub Desktop.
Save FrancescaK/6424740 to your computer and use it in GitHub Desktop.
Entry in the Flights collection in the Flying Database
{
"_id" : ObjectId("51bf..."),
...
"origAirportId" : 12478,
"origStateId" : "NY",
...
"destAirportId" : 12892,
"destStateId" : "CA",
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment