Skip to content

Instantly share code, notes, and snippets.

@jochasinga
Last active November 11, 2015 22:28
Show Gist options
  • Save jochasinga/f5f7cc7042698cc7b7ee to your computer and use it in GitHub Desktop.
Save jochasinga/f5f7cc7042698cc7b7ee to your computer and use it in GitHub Desktop.
Sample JSON for Cassandra mapping
[
{
"jochasinga": {
"email": "[email protected]",
"tweet": "I want to go to @banksy ‘s exhibition today so badly."
}
},
{
"banksy": {
"email": "[email protected]",
"tweet": "@jochasinga come! I’m showing a lot of new work!"
}
},
{
"random_may": {
"email": "[email protected]",
"tweet": "The Ukraine situation is dreadful"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment