An open API service indexing awesome lists of open source software.

https://github.com/tarantool/tarantool-java-sdk

The official set of libraries to work with Tarantool in Java
https://github.com/tarantool/tarantool-java-sdk

connector driver java tarantool tarantool-connector

Last synced: 3 days ago
JSON representation

The official set of libraries to work with Tarantool in Java

Awesome Lists containing this project

README

          

[![Tests](https://github.com/tarantool/tarantool-java-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/tarantool/tarantool-java-sdk/actions/workflows/tests.yml)

# Tarantool Java SDK

A set of libraries for interacting with Tarantool from Java.
For working with Tarantool, the [Netty](https://netty.io) framework is used for asynchronous programming and the
[MessagePack](https://github.com/msgpack/msgpack-java) library for serialization and
deserialization of data.

## Getting Started

You need to download and install the library according to the [instructions](INSTALL.md).

### Using the Library

**Maven:**
```xml

io.tarantool
tarantool-client
1.7.0

```

**Gradle:**
```kotlin
dependencies {
implementation("io.tarantool:tarantool-client:1.7.0")
}
```

## Documentation

- [Release](RELEASING.md)
- [Documentation deploy](DOC_DEPLOY.md)