Is there any way in Cassaforte of creating Dynamic column families? If we take the example given in the Cassandra documentation of a user subscribing to a number of blog posts. Can I get a general idea of how I model this table in Cassaforte?
Pic, below of the data model from the cassandra docs.
CREATE TABLE movies (title varchar, rating int, time timestamp, PRIMARY KEY (title, time));
--To view this discussion on the web visit https://groups.google.com/d/msgid/clojure-cassandra/c45eb7a6-72ee-42f7-8153-fd6b4b5f960d%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "Cassaforte, a Clojure client for Apache Cassandra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure-cassan...@googlegroups.com.
To post to this group, send email to clojure-...@googlegroups.com.