Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 851 Bytes

File metadata and controls

27 lines (19 loc) · 851 Bytes

Tests

Tarantool Java SDK

A set of libraries for interacting with Tarantool from Java. For working with Tarantool, the Netty framework is used for asynchronous programming and the MessagePack library for serialization and deserialization of data.

Getting Started

You need to download and install the library according to the instructions.

Using the Library

<dependency>
    <groupId>io.tarantool</groupId>
    <artifactId>tarantool-client</artifactId>
    <version>1.6.0</version>
</dependency>

Documentation