https://github.com/oxia-db/oxia-client-java
Oxia Java client SDK
https://github.com/oxia-db/oxia-client-java
client oxia testcontainers
Last synced: 6 days ago
JSON representation
Oxia Java client SDK
- Host: GitHub
- URL: https://github.com/oxia-db/oxia-client-java
- Owner: oxia-db
- License: apache-2.0
- Created: 2023-01-11T17:32:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-12T00:52:21.000Z (8 days ago)
- Last Synced: 2026-06-12T01:12:00.777Z (8 days ago)
- Topics: client, oxia, testcontainers
- Language: Java
- Homepage: https://oxia-db.github.io
- Size: 1.39 MB
- Stars: 20
- Watchers: 9
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Notice: NOTICE
Awesome Lists containing this project
README
# Oxia Java client SDK
[](https://github.com/oxia-db/oxia-client-java/actions/workflows/ci-build-test.yaml)
## Overview
This project comprises JDK language compatible modules for the [Oxia][oxia] service. It provides
the following capabilities:
- Client for the Oxia service — see the [user guide](https://oxia-db.github.io/docs/clients/java)
- [Oxia Testcontainers](https://github.com/oxia-db/testcontainers) for integration testing with a local Oxia service
- [Performance Test Tool](perf/) for performance testing with an Oxia service
## Build
Requirements:
* JDK 17
* Gradle 9.4+ (wrapper included)
Common build actions:
| Action | Command |
|---------------------------------|-------------------------------------------|
| Full build and test | `./gradlew build` |
| Skip tests | `./gradlew build -x test` |
| Skip Jacoco test coverage check | `./gradlew build -x jacocoTestReport` |
| Skip Spotless formatting check | `./gradlew build -x spotlessCheck` |
| Format code | `./gradlew spotlessApply` |
### Contributing to Oxia
Please 🌟 star the project if you like it.
Feel free to open an [issue](https://github.com/oxia-db/oxia/issues/new) or start a [discussion](https://github.com/oxia-db/oxia/discussions/new/choose). You can also follow the development [guide]() to contribute and build on it.
### License
Copyright 2022-2026 The Oxia Authors
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0