Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save aludwiko/96fadbcd1e278ac37c93164b1caa0666 to your computer and use it in GitHub Desktop.
./sstabledump ~/.ccm/test/node1/data0/my_keyspace/orders-8b2e7e2022d111e9abc5abfbe212c0f3/mc-1-big-Data.db
[
{
"partition" : {
"key" : [ "1" ],
"position" : 0
},
"rows" : [
{
"type" : "row",
"position" : 38,
"liveness_info" : { "tstamp" : "2019-01-28T07:51:53.493550Z" },
"cells" : [
{ "name" : "country", "value" : "PL" },
{ "name" : "status", "value" : "shipped" }
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment