Skip to content

Instantly share code, notes, and snippets.

@aludwiko
Created January 30, 2019 10:28
Show Gist options
  • Select an option

  • Save aludwiko/ae19b973f26ec7b28d1945a932d90b6f to your computer and use it in GitHub Desktop.

Select an option

Save aludwiko/ae19b973f26ec7b28d1945a932d90b6f to your computer and use it in GitHub Desktop.
./sstabledump mc-2-big-Data.db
[
{
"partition" : {
"key" : [ "2" ],
"position" : 0
},
"rows" : [
{
"type" : "row",
"position" : 33,
"liveness_info" : { "tstamp" : "2019-01-28T08:22:05.237814Z" },
"cells" : [
{ "name" : "country", "value" : "UK" },
{ "name" : "status", "value" : "added" }
]
}
]
}
]
./sstabledump mc-3-big-Data.db
[
{
"partition" : {
"key" : [ "2" ],
"position" : 0
},
"rows" : [
{
"type" : "row",
"position" : 36,
"liveness_info" : { "tstamp" : "2019-01-28T08:22:15.525845Z" },
"cells" : [
{ "name" : "country", "value" : "UK" },
{ "name" : "status", "value" : "verified" }
]
}
]
}
]
./sstabledump mc-4-big-Data.db
[
{
"partition" : {
"key" : [ "2" ],
"position" : 0
},
"rows" : [
{
"type" : "row",
"position" : 35,
"liveness_info" : { "tstamp" : "2019-01-28T08:22:25.269595Z" },
"cells" : [
{ "name" : "country", "value" : "UK" },
{ "name" : "status", "value" : "shipped" }
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment