hmsonline / storm-cassandra

Storm Cassandra Integration
Apache License 2.0
180 stars 90 forks source link

Mappers for LookupBolts #11

Closed boneill42 closed 12 years ago

boneill42 commented 12 years ago

Mappers for LookupBolts Conslidated other Mappers into single interface.

Now... TupleMapper : maps tuples into Cassandra (cf, rowkey, and columns) ColumnsMapper : maps columns into Tuples (fields and values)

ptgoetz commented 12 years ago

Awesome. Merged into 0.3.0 branch.