Skip to content

Instantly share code, notes, and snippets.

@PierreZ
Last active January 27, 2019 21:27
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 PierreZ/abfbcf538b89cc7b959385cbdc5259b2 to your computer and use it in GitHub Desktop.
Save PierreZ/abfbcf538b89cc7b959385cbdc5259b2 to your computer and use it in GitHub Desktop.
{
  "fr.pierrezemb.www": {          // Row key
    "contents": {                 // Column family
      "content:html": {	          // Column qualifier
        "2017-01-01":             // A timestamp
          "<html>...",            // The actual value
        "2016-01-01":             // Another timestamp
          "<html>..."             // Another cell
      },
      "content:pdf": {            // Another Column qualifier
        "2015-01-01": 
          "<pdf>..."  // my website may only contained a pdf in 2015
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment