The document discusses different archetypes or patterns for Apache HBase applications. It defines entity-centric and event-centric data, and how HBase is well-suited for use cases involving real-time random reads and writes of entity data like user profiles, messages, and graphs. Examples of good fits include using HBase as a simple key-value store for entities, as a messaging store, and for storing graph data with nodes and edges.
Related topics: