Hi,
I am planning to use Spring data for connecting to HBase.
How to model repository class / DAO class for HBase table with multiple column family.
Should it be treated as single repository or multiple.
Example Table : Users
CF : Profile - Family contains users profile details like name, contact info
CF : Settings - Family contains users' settings information.
Please suggest, what should be best approach
I am planning to use Spring data for connecting to HBase.
How to model repository class / DAO class for HBase table with multiple column family.
Should it be treated as single repository or multiple.
Example Table : Users
CF : Profile - Family contains users profile details like name, contact info
CF : Settings - Family contains users' settings information.
Please suggest, what should be best approach