# apache/cassandra-java-driver

Java Driver for Apache Cassandra®

Repository: https://github.com/apache/cassandra-java-driver
Canonical: https://ross.abutalabs.com/products/cassandra-java-driver
Homepage: https://cassandra.apache.org/
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2026-08-14T20:44:19+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 87, longevity 100
- inputs: {"age_days": 5035, "days_push": 19, "days_rel": 90, "gap_med": 0, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1382, forks 890 (observed 2026-08-28T04:04:34.416847+00:00)

## What it is
A modern, feature-rich Java client library for Apache Cassandra 2.1+, DataStax Enterprise, and DataStax Astra, communicating via Cassandra's binary protocol and CQL v3. It is published as modular Maven artifacts including a core driver, query builder, and object mapper.

## Use cases
- connect to Apache Cassandra from a Java application
- run CQL queries against a Cassandra cluster
- map Java objects to Cassandra tables
- build CQL statements programmatically
- connect to DataStax Astra from JVM code
- tune connection pooling and load balancing for Cassandra

## When to choose
- you need a JVM client for Cassandra 2.1+ or DataStax Astra
- you want a highly tunable, feature-rich driver with query builder and mapper modules
- you are building Java 8+ applications against Cassandra's native binary protocol

## When to avoid
- you use a non-JVM language (use that language's Cassandra driver instead)
- you need a REST/HTTP interface rather than a native protocol client
- you require binary compatibility with the legacy 2.x/3.x driver API

## Facets
- artifact type: library
- maturity: active
- function: database-driver, serialization
- domain: databases, developer-tools, backend
- platform: jvm, cross-platform
- tags: cassandra, cql, nosql, datastax-astra, query-builder, object-mapper

## Member repositories
- apache/cassandra-java-driver (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:34.416847+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-30T04:40:06.277111+00:00, confidence not recorded.
  - readme: https://github.com/apache/cassandra-java-driver (fetched 2026-08-28T04:04:34.416847+00:00, sha 59b57da0d329)
  - homepage: https://cassandra.apache.org/ (fetched 2026-08-29T11:55:55.272552+00:00, sha aa77c21c3a9b)
  - site_page: https://cassandra.apache.org/_/quickstart.html (fetched 2026-08-29T11:55:55.275350+00:00, sha d5e6513c15fe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
