Skip to content

Instantly share code, notes, and snippets.

@dankilman
Last active December 10, 2015 02:38
Show Gist options
  • Save dankilman/4369026 to your computer and use it in GitHub Desktop.
Save dankilman/4369026 to your computer and use it in GitHub Desktop.
Object - Column Family mapping
Property | Column Name (and type) in Person column family
---------------------------------------------------------------------------------
person.id | (row key) (type: Long)
person.name | name (type: UTF8)
person.address.streetName | address.streetName (type: UTF8)
person.address.streetNumber | address.streetNumber (type: Long)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment