java-tutorials/orientdb
Dassi Orleando dc189801a6 BAEL-1216: Object API + code formating 2017-12-26 18:14:48 +01:00
..
.mvn/wrapper BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
src BAEL-1216: Object API + code formating 2017-12-26 18:14:48 +01:00
.gitignore BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
README.md BAEL-1216: Object API + code formating 2017-12-26 18:14:48 +01:00
mvnw BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
mvnw.cmd BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
pom.xml OrientDB Java Graph and Document APIs 2017-12-25 13:31:45 +01:00

README.md

Introduction to the OrientDB Java APIs

This is a simple maven project that shows how to do OrientDB operations using the Java API.

Requirements

  • Maven
  • Java 7 or higher
  • OrientDB

Build

To build and start the server simply type

$ mvn clean install

Tests

To run unit tests

$ mvn test