Re: store avro to cassandra

2015-11-06 Thread Jack Krupansky
Use a Cassandra map column - the keys of the map can be arbitrary. But if there are some standard set of columns that are always or commonly present, make them explicit Cassandra columns. And if the avro values have different types, you may want to have several Cassandra map columns, one for each

Fwd: store avro to cassandra

2015-11-05 Thread Lu Niu
Hi, cassandra users my data is in avro format and the schema is huge. Is there any way that I can automatically convert the avro schema to the schema that cassandra could use? also, the api that I could store and fetch the data? Thank you! Best, Lu