Would it be possible to implement this column family and query/insert such via CQL?
post {
id: 1
title: "Hello Dennis"
body: "Post body..."
timestamp '2012-03-18 17:41:55'
tags: ["hello", "world", "testing"]
}
"tags" would also need to be indexable - to the best of my knowledge the above isn't possible when interfacing via CQL, I've read up on composite columns but information is disturbing thin. If anyone could help direct me it'd be much appreciated.
Cheers!
