greptimedb-client-java icon indicating copy to clipboard operation
greptimedb-client-java copied to clipboard

GreptimeDB Java Client

GreptimeDB Java Client

build License Maven Central

A Java Client for GreptimeDB, which is compatible with GreptimeDB protocol and lightweight.

[!WARNING]
greptimedb-client-java has been discontinued and is deprecated. The code in this repository is no longer maintained. Please use our new ingester greptimedb-ingester-java.

Features

  • SPI-based extensible network transport layer; provides the default implementation by using the gRPC framework
  • Non-blocking, purely asynchronous API, easy to use
  • Automatically collects various performance metrics by default. Users can then configure them and write to local files
  • Users can take in-memory snapshots of critical objects, configure them, and write to local files. This is helpful when troubleshooting complex issues

User Guide

Javadoc