# influxdata/influxdb-java

Java client for InfluxDB

Repository: https://github.com/influxdata/influxdb-java
Canonical: https://ross.abutalabs.com/products/influxdb-java
Language: Java
License: MIT
License Family: permissive
Last push: 2026-03-01T14:48:38+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 70, release rhythm 8, longevity 100
- inputs: {"age_days": 4508, "days_push": 185, "days_rel": 525, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1195, forks 470 (observed 2026-08-28T04:03:56.792680+00:00)

## What it is
The official Java client library for InfluxDB 1.x, an open source time series database. It supports querying via InfluxQL and a QueryBuilder, and writing data via Points, annotated POJOs, line protocol, or UDP with sync/async and batched writes.

## Use cases
- connect to influxdb from java
- write time series data to influxdb from a jvm app
- query influxdb with influxql in java
- batch write metrics to influxdb asynchronously
- store sensor data in a time series database from java

## When to choose
- your application uses InfluxDB 1.x or the 2.x compatibility API
- you need synchronous or batched asynchronous writes from Java
- you want a type-safe QueryBuilder or POJO-based writes

## When to avoid
- you use InfluxDB 2.x full features - use influxdb-client-java instead
- you use InfluxDB 3.0 - use the influxdb3-java client instead

## Facets
- artifact type: library
- maturity: maintenance
- function: database-driver, serialization
- domain: databases, developer-tools, time-series
- platform: jvm
- tags: influxdb, time-series-database, jvm, maven, client-library

## Member repositories
- influxdata/influxdb-java (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:56.792680+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-30T06:22:06.185254+00:00, confidence not recorded.
  - readme: https://github.com/influxdata/influxdb-java (fetched 2026-08-28T04:03:56.792680+00:00, sha 517d011c9f15)
- Data as of 2026-08-30T08:39:29.467469+00:00.
