I\'m working on a distributed data base. I\'m trying to generate a unique ID that will serve as a column family primary key in cassandra.
I read some articl
You need to use cassandra function now() to generate timeuuid and use uuid() function to generate uuid type string.
now()
uuid()