Created
February 6, 2012 10:23
-
-
Save shardnit/1751349 to your computer and use it in GitHub Desktop.
ES Data Model Skylines
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: md5(url), | |
url: "http://skylin.es", | |
interactions: [ | |
{user: "userabc", description: "text", created_at: 11-1-2011}, | |
{user: "foo bar", followers: 123, description: "text", created_at: 12-1-2011}, | |
{user: "userabc", description: "text", created_at: 11-1-2011, likes: 1234} | |
], | |
rank: 23 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment