# spring-data-orientdb-parent
**Repository Path**: spring-clouds/spring-data-orientdb-parent
## Basic Information
- **Project Name**: spring-data-orientdb-parent
- **Description**: orientdb 相关的代码
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-06-10
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Spring Data OrientDB
The primary goal of the [Spring Data](http://projects.spring.io/) project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
The SpringData OrientDB project will implement easy to use APIs for using OrientDB as a Document database and as a Graph database.
The document module is based on the [Spring Data MongoDB](http://projects.spring.io/spring-data-mongodb/) project.
[](https://drone.io/github.com/vidakovic/spring-data-orientdb/latest)
To include OrientDB Spring Data in your Java project via Maven, put one of the snippets below in your pom.xml or build.gradle
## Object API
### Dependency management
Maven
```xml
com.orientechnologies
spring-data-orientdb-object
0.13
```
Gradle:
```groovy
group: 'com.orientechnologies', name: 'spring-data-orientdb-object', version: '0.13'
```
### Example
To
## Graph API
Maven:
```xml
com.orientechnologies
spring-data-orientdb-graph
0.13
```
Gradle:
```groovy
group: 'com.orientechnologies', name: 'spring-data-orientdb-graph', version: '0.13'
```
### Document API
```xml
com.orientechnologies
spring-data-orientdb-document
0.13
```
Gradle:
```groovy
group: 'com.orientechnologies', name: 'spring-data-orientdb-document', version: '0.13'
```