ai-agent

InfluxDB-Java: Easy Time Series Data

Get a reliable Java client for InfluxDB, ideal for startup founders
1,196 stars470 forksJavaGuide quality 8/10Updated 3/1/2026100% free · open source
What it does

InfluxDB Java client allows startup founders to write and query time-series data from their Java applications to InfluxDB for monitoring and analytics purposes.

When to use it
  • When building IoT applications that require storing and analyzing large amounts of time-stamped data.
  • When creating monitoring and logging systems for applications that require high-performance and scalable data storage.
  • When integrating InfluxDB with existing Java-based systems for data analysis and visualization.
Ready-to-paste prompt
Point point = Point.measurement("temperature") .time(1489233600000000L, TimeUnit.NANOSECONDS) .addField("value", 33.3); influxDB.write(point);
Heads up: The InfluxDB Java client requires InfluxDB 1.3 or higher and Java 8 or higher; using an older version of either InfluxDB or Java may result in compatibility issues.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

🛠️ Technical setup

Expect 20–40 minutes in a terminal — or let your AI agent drive it.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/influxdb-java && curl -fsSL https://workflowstacks.com/api/skills/influxdb-java/claude-skill -o ~/.claude/skills/influxdb-java/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How InfluxDB-Java: Easy Time Series Data works
Codeflow
Free to inspect

InfluxDB-Java: Easy Time Series Data is a medium Java project (~7.7k lines across 96 code files, plus 33 test files). Expect some technical setup — comfortable with a terminal, or ask a developer. Last commit 6 months ago, MIT license, has a test suite.

Size
Medium codebase
~7.7k lines · 96 code files · ~1 h to skim
Setup
Some technical setup
Comfortable with a terminal? 20–40 min. Otherwise ask a dev.
Runs on
Java/JVM
No API keys detected
Java 99%Shell 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    src/main/java/org/influxdb/BatchOptions.java
    Inside src/ — the main logic begins here
What's in each folder
src/Core code — the actual logic132 files
.github/CI / automation (GitHub Actions)3 files
READMEHas testsDocumentedCI checksMIT licenseLast update 6 mo ago
Quick Actions
Details
Creator
influxdata
Language
Java
Category
ai-agent
Published
4/30/2014

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.