Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 922 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 922 Bytes

vertx-arango-client

NOTE: The API is not finalized and is still undergoing changes!

This is an ArangoDB client library built with vert.x.

vertx-arango-http-client

This wraps the ArangoDB HTTP API. It supports many (but not all) of the current APIs incuding database, indexing, document, collection, and query APIs.

vertx-arango-simple-client

This wraps the vertx-arango-http-client and provides an easier to use interface for working with ArangoDB.

Dependencies

This project currently uses the vertx-json-http-request project for performing HTTP client requests. As this project is not yet in a central Maven repository, please clone that project and perform mvn install to install it to your local Maven repository before including this library in your project.