/spring-data-arangodb

Provide support to use ArangoDB with Spring Data.

Primary LanguageJavaApache License 2.0Apache-2.0

This project is not under development, check https://github.com/arangodb/spring-data instead.

TraviCI codecov

ArangoDB-Logo

spring-data-arangodb

The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use data access technologies. This module deals with support for ArangoDB.

Planned Features

  • Using the official driver to connect to database and set the default configurations
  • Mapping collection to entities
  • Support for operations on key-values
  • Support for operations on documents
  • Support for operations on graph, verticles and edges
  • Dynamic query generation from query method names