Skip to content

This repository contains a small example about OrientDB and how to use the Java interface.

Notifications You must be signed in to change notification settings

TorbenWest/OrientDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OrientDB

This repository contains a small example about OrientDB and how you could use the Java API.

Please follow the first steps from the tutorial:
http://orientdb.com/docs/3.1.x/fiveminute/java.html

Instead of using the download link provided by the manual, use this one:
https://s3.us-east-2.amazonaws.com/orientdb3/releases/3.1.9/orientdb-3.1.9.zip

Before running the application you have to change the login credentials from the main class in line 13.
https://github.com/TorbenWest/OrientDB/blob/main/src/main/java/com/orientdb/Main.java

After that you can start OrientDB and run the main.

If you want to access your database via the browser, you can use the following link:
http://localhost:2480/studio/index.html#/

About

This repository contains a small example about OrientDB and how to use the Java interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages