Skip to main content

Java SDK getting started

The CloudQuant Data Liberator Java SDK uses Apache Arrow for efficient data streaming and provides a generator-based iteration pattern.

Prerequisites

Run the ./build_maven.sh script to build the Maven project and install the project dependencies.

Required security files

Place the following files from your Downloads ZIP in your working directory:
  • liberator.json — Contains your Username and Token
  • liberator.pfx — Security certificate (only required for releases prior to 2.0)
liberator.json must be in your working directory.
As of release version 2.0, liberator.pfx is no longer required. If you are on a release prior to 2.0, you must also include liberator.pfx in your working directory.

Quick start