Hi, I'm building a data base where some users can put tag in others data. Something like Last.fm. How can I implement a DB in cassandra for this application. The Tag must be associate with the user and the data.
Is there any data modeling pattern for cassandra?
The Stack overflow tags is a good example of what I want to do! :)
thanks