Tarantool Java SDK
Tarantool Java SDK is a set of libraries for interacting
with Tarantool from Java.
To work with Tarantool, the Netty framework is used for asynchronous network
interaction and the MessagePack library for serialization
and deserialization of data.
The libraries provide full support for the entire Tarantool protocol (IProto). They provide Box
API for working with individual Tarantool servers. Crud API1 for working with clusters (Tarantool
DB, Tarantool EE), as well as Spring Data interfaces for integration
with Spring
Downloading Artifacts from Maven-central
To download artifacts from maven-central, you need to take the following steps:
- Install maven
- Create a
mavenproject - Add dependencies to the
pom.xmlfile of the project:
-
CRUD API is a proxy to the tarantool/crud API ↩