Home
Softono

Arangodb Java Driver Async

Open source Apache-2.0 Java
43
Stars
9
Forks
2
Issues
53
Watchers
2 years
Last Commit

 About Arangodb Java Driver Async

ArangoDB Asynchronous Java driver

Platforms

Web Self-hosted

Languages

Java

Links

Need Help Installing Arangodb Java Driver Async?

We provide expert installation service for this software. Our team will install, configure, and secure Arangodb Java Driver Async on your server. plans start at just $30.

Arangodb Java Driver Async

View on GitHub

[DEPRECATED]: arangodb-java-driver-async has been merged into arangodb-java-driver

ArangoDB-Logo

arangodb-java-driver-async

Maven Central

The asynchronous variant of the official ArangoDB Java Driver.

The following documentation links to the documentation of the synchronous variant, because this driver provides a nearly identical API with some exceptions:

  • The main access point is the class ArangoDBAsync instead of ArangoDB
  • Each method, which performs a database operation, returns a CompletableFuture instead of the normal result.
  • Only the transport protocol VST is supported (no HTTP).

Documentation

Learn more