Skip to content

isopov/tarantool-java-driver

Repository files navigation

Travis Build Status CircleCI Build Status Github Actions Status

This connector is not used anywhere in production alternative to official Tarantool java connector that can be found at https://github.com/tarantool/tarantool-java It has extensive test suite and tests are run regularly (on every push) on several Tarantool versions

Pros (why this connector is better):

Cons (why oficial connector is better)

  • It is used somewhere
  • It uses custom implementation of Msgpack (It seems that it can be potentially better than common library)
  • It has working async version
  • Having essentially 1 or 2 public methods API may be considered simplier
  • It is deployed to Maven Central
  • API is certainly more stable - this driver may change in any not foreseeable way

Building

  • Run tarantool from docker: docker run -p 3301:3301 --rm -t -i -e TARANTOOL_USER_NAME=admin -e TARANTOOL_USER_PASSWORD=javapass tarantool/tarantool:2
  • ./mvnw clean verify

Getting started

Please use samples repo - https://github.com/isopov/tarantool-java-driver-samples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages