Handling Big Data with HBase Part 5: Data Modeling (or, Life Without SQL)

[Editor's note: Be sure to check out part 1, part 2 and part 3 first.]

This is the fifth of a series of blogs introducing Apache HBase. In the fourth part, we saw the basics of using the Java API to interact with HBase to create tables, retrieve data by row key, and do table scans. This part will discuss how to design schemas in HBase.