Skip to content

Instantly share code, notes, and snippets.

@shardnit
Created February 6, 2012 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shardnit/1751349 to your computer and use it in GitHub Desktop.
Save shardnit/1751349 to your computer and use it in GitHub Desktop.
ES Data Model Skylines
{
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