Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.06 KB

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