We are about to make a decision about using any one of the above three databases. I want to base my decision on:
- Quick writes
- Fail safe
- Quick Reporting (with other streaming frameworks like Apache Kafka, Flume etc)
- Batch Processing too, with map reduces.
- Ease of maintenance
- Ease of configuration
I understand that 3rd and 4th requirements do not go well. I still would like to get an idea as to what is the best possible way to achieve above.
I further know the basic difference between them such as
- document based store and key-value based store.
- Peer to Peer (Cassandra) topology and Master slave (Hbase)
My data requirement is huge, the overall system will be handling huge amounts of data for quick reporting, batch processing.
In general, i also want to know if it is possible to remove batch processing from a system and make entire system streaming where data just flows from collection to reporting.