Java SDK
Last updated
Was this helpful?
Last updated
Was this helpful?
The is the easiest way to query the Spice Cloud Platform from Java.
It uses to efficiently stream data to the client and Records as data frames.
This library supports the following Java implementations:
OpenJDK 11
OpenJDK 17
OpenJDK 21
OracleJDK 11
OracleJDK 17
OracleJDK 21
OracleJDK 22
1. Import the package.
5. Iterate through the FlightStream
to access the records.
Or using custom flight address:
The SpiceClient
implements connection retry mechanism (3 attempts by default). The number of attempts can be configured with withMaxRetries
:
Retries are performed for connection and system internal errors. It is the SDK user's responsibility to properly handle other errors, for example RESOURCE_EXHAUSTED (HTTP 429)
.
2. Create a SpiceClient
by providing your API key. Get your free API key at .
3. Execute a query and get back a .
Check to learn more.
Follow the to install and run spice locally.
Check or to learn more
Contribute to or file an issue with the spice-rs
library at: