java-tutorials/orientdb
Dassi Orleando 39b12deb04 OrientDB Java Graph and Document APIs 2017-12-25 13:31:45 +01:00
..
.mvn/wrapper BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
BaedldungArticles OrientDB Java Graph and Document APIs 2017-12-25 13:31:45 +01:00
BaeldungArticles OrientDB Java Graph and Document APIs 2017-12-25 13:31:45 +01:00
BaeldungDB OrientDB Java Graph and Document APIs 2017-12-25 13:31:45 +01:00
BaeldungDB2 OrientDB Java Graph and Document APIs 2017-12-25 13:31:45 +01:00
null/databases/BaeldungDB OrientDB Java Graph and Document APIs 2017-12-25 13:31:45 +01:00
src/test/java/com/baeldung/orientdb OrientDB Java Graph and Document APIs 2017-12-25 13:31:45 +01:00
test OrientDB Java Graph and Document APIs 2017-12-25 13:31:45 +01:00
.gitignore BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
README.md BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +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

Running

To build and start the server simply type

$ mvn clean install

Test Db Operation

You can see what crud operation are available using curl:

$ curl localhost:8080

You can view existing student objects with this command:

$ curl localhost:8080/articles

Now with default configurations it will be available at: http://localhost:8080

Enjoy it :)