Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@alexcpn
Created February 11, 2018 10:09
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 alexcpn/e6bbdb900c9d3cab054590428e1b17fc to your computer and use it in GitHub Desktop.
Save alexcpn/e6bbdb900c9d3cab054590428e1b17fc to your computer and use it in GitHub Desktop.
Primary Key name type Example
Partition Key bin,year,month,day,key tuple<double,double>int,int,int,int (1234, 222, 12,01,2017)
Cluster Key cell text Candidate1
Cluster Key time_key tuple<time,time> ('07:30:00.000000000','07:45:00.000000000')
event text some data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment