Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 477 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 477 Bytes

Aerospike Java Client Package

Aerospike Java client. This package contains full source code for these projects.

  • client: Java native client library.
  • examples: Java client examples.
  • benchmarks: Java client benchmarks.
  • test: Java client unit tests.

Prerequisites:

  • Java 21+
  • Maven 3.9.5+

The source code can be imported into any Java IDE.
Maven build scripts are also provided.

Build instructions:

./build_all