# apache/hbase

Apache HBase

Repository: https://github.com/apache/hbase
Canonical: https://ross.abutalabs.com/products/hbase
Homepage: https://hbase.apache.org/
Language: Java
License: Apache-2.0
License Family: permissive
Topics: database, java, hbase
Last push: 2026-08-26T16:17:06+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 84, longevity 100
- inputs: {"age_days": 4485, "days_push": 7, "days_rel": 28, "gap_med": 83, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5552, forks 3400 (observed 2026-08-28T04:09:22.315708+00:00)

## What it is
Apache HBase is an open-source, distributed, versioned, column-oriented NoSQL database modeled after Google Bigtable, running on top of Apache Hadoop and HDFS. It provides random, real-time read/write access to billions of rows and millions of columns with strong consistency, automatic sharding, and failover.

## Use cases
- store billions of rows with random real-time read/write access
- ingest high-volume time-series and metrics data
- store IoT device telemetry at scale
- serve low-latency user profiles and counters for ad tech
- store immutable message and audit logs with efficient range scans
- run large sparse columnar datasets for genomics research

## When to choose
- you need linearly scalable, strongly consistent random access on commodity clusters
- your workload is high-ingest, append-mostly like time-series or logs
- you already run Hadoop/HDFS and want Bigtable-like storage
- you need sparse wide tables with millions of columns

## When to avoid
- you need ad-hoc SQL, joins, or relational constraints
- your dataset fits comfortably in a single relational database
- you lack operational capacity to run a distributed cluster with ZooKeeper
- you need simple document storage without schema design effort

## Facets
- artifact type: service
- maturity: stable
- function: database, search-engine, monitoring, tracing
- domain: databases, big-data, microservices, analytics
- platform: jvm, cloud, self-hosted
- tags: nosql, column-oriented, bigtable, hadoop, wide-column-store, time-series, hdfs, real-time-read-write, data-engineering, linux, docker

## Member repositories
- apache/hbase (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:22.315708+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:55:39.454612+00:00, confidence not recorded.
  - readme: https://github.com/apache/hbase (fetched 2026-08-28T04:09:22.315708+00:00, sha 8fbbd59d5623)
  - homepage: https://hbase.apache.org/ (fetched 2026-08-29T08:50:58.607549+00:00, sha 6e26a69c89df)
  - site_page: https://hbase.apache.org/docs (fetched 2026-08-29T08:50:58.610324+00:00, sha b90eb51510b5)
  - site_page: https://hbase.apache.org/docs/other-info (fetched 2026-08-29T08:50:58.612624+00:00, sha 96f6c3d9fed1)
  - site_page: https://hbase.apache.org/docs/architecture/bulk-loading (fetched 2026-08-29T08:50:58.614572+00:00, sha 8fffd5f2b817)
  - site_page: https://hbase.apache.org/docs/operational-management/metrics-and-monitoring (fetched 2026-08-29T08:50:58.616582+00:00, sha 32aff53168e6)
  - site_page: https://hbase.apache.org/1.4/apidocs/index.html (fetched 2026-08-29T08:50:58.619210+00:00, sha 41c433270480)
  - site_page: https://hbase.apache.org/1.4/devapidocs/index.html (fetched 2026-08-29T08:50:58.620904+00:00, sha 41c433270480)
  - site_page: https://hbase.apache.org/2.3/apidocs/index.html (fetched 2026-08-29T08:50:58.622530+00:00, sha 123f1c26a852)
  - site_page: https://hbase.apache.org/2.3/testapidocs/index.html (fetched 2026-08-29T08:50:58.624114+00:00, sha edd6d24440c3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
