-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.14.0
-
Component/s: None
-
Labels:None
-
Estimated Complexity:Unknown
While implementing a component for Hbase, I realized that its a bit hard to map the message body to columns of a column based store.
So I think that it would be awsome to have a component that uses gora in order to:
i) Abstract the mapping of the body to columns (which is outside camels scope).
ii) Abstract column based stores.
Gora is currently in the apache incubator, is about to migrate.