Skip to content

Instantly share code, notes, and snippets.

@tjake
Created April 24, 2010 00:43
Show Gist options
  • Save tjake/377351 to your computer and use it in GitHub Desktop.
Save tjake/377351 to your computer and use it in GitHub Desktop.
{ "BlogSite" : //Keyspace
{ "User1" : //Key
{ "Posts" : //ColumnFamily
{ "20100426-Lucandra-Talk" : //Column Name
"I'm talking about lucandra today!", //Column Value
"20100427-Lucandra-Talk-Rocked!" : "They liked it!" },
},
{ "Comments" : //SuperColumnFamily
{ "20100426-Lucandra-Talk-1": //SuperColumn
{ "From" : "Otis","Comment": "Don't Suck!"}, //Column
{"20100426-Lucandra-Talk-2": //SuperColumn
{ "From" : "Jake", "Comment" : "Ok"}, //Column
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment