All Projects → arangodb → arangodb-java-driver-async

arangodb / arangodb-java-driver-async

Licence: Apache-2.0 License
ArangoDB Asynchronous Java driver

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to arangodb-java-driver-async

Arangojs
The official ArangoDB JavaScript driver.
Stars: ✭ 503 (+1017.78%)
Mutual labels:  nosql, driver, arangodb
Arangodb Java Driver
The official ArangoDB Java driver.
Stars: ✭ 174 (+286.67%)
Mutual labels:  nosql, driver, arangodb
fuerte
Low Level C++ Driver for ArangoDB
Stars: ✭ 41 (-8.89%)
Mutual labels:  nosql, driver, arangodb
Arangodb Php
PHP ODM for ArangoDB
Stars: ✭ 178 (+295.56%)
Mutual labels:  nosql, driver, arangodb
Mongo Cxx Driver
C++ Driver for MongoDB
Stars: ✭ 792 (+1660%)
Mutual labels:  nosql, driver
Csharp Driver
DataStax C# Driver for Apache Cassandra
Stars: ✭ 477 (+960%)
Mutual labels:  nosql, driver
Nodejs Driver
DataStax Node.js Driver for Apache Cassandra
Stars: ✭ 1,074 (+2286.67%)
Mutual labels:  nosql, driver
Arangodb
🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
Stars: ✭ 11,880 (+26300%)
Mutual labels:  nosql, arangodb
Orango
ArangoDB Object Modeling for Node.js, Foxx and Modern Web Browsers
Stars: ✭ 103 (+128.89%)
Mutual labels:  nosql, arangodb
Gocql
Package gocql implements a fast and robust Cassandra client for the Go programming language.
Stars: ✭ 2,182 (+4748.89%)
Mutual labels:  nosql, driver
arangors
Easy to use rust driver for arangoDB
Stars: ✭ 120 (+166.67%)
Mutual labels:  nosql, arangodb
Rethinkdb.driver
🎧 A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.
Stars: ✭ 350 (+677.78%)
Mutual labels:  nosql, driver
Pyarango
Python Driver for ArangoDB with built-in validation
Stars: ✭ 183 (+306.67%)
Mutual labels:  nosql, arangodb
java-velocypack
No description or website provided.
Stars: ✭ 17 (-62.22%)
Mutual labels:  arangodb, vpack
Couchdb Net
EF Core-like CouchDB experience for .NET!
Stars: ✭ 50 (+11.11%)
Mutual labels:  nosql, driver
Arango
Golang driver for ArangoDB
Stars: ✭ 125 (+177.78%)
Mutual labels:  driver, arangodb
docs
Source code of the ArangoDB online documentation
Stars: ✭ 18 (-60%)
Mutual labels:  nosql, arangodb
dotnet-arangodb
.NET Driver for ArangoDB
Stars: ✭ 52 (+15.56%)
Mutual labels:  driver, arangodb
arduino-sht
Repository for Sensirion humidity and temperature sensor support on Arduino
Stars: ✭ 43 (-4.44%)
Mutual labels:  driver
jify
JSON indexed file database/querying library/tool
Stars: ✭ 17 (-62.22%)
Mutual labels:  nosql

[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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].