OrientDB 2.2.29 GA Community Edition (October 5th, 2017)Download the latest version for FREE. OrientDB Community Edition is licensed under Apache2 terms, which means that it’s FREE for any usage, including commercial. This is the recommended version to run in Production Environments. To see what’s changed from the previous releases, look at the Change Log. Download the Binary Distribution using the links below:
Get Involved with OrientDB
|
|
||||||||||||||||
If you have Docker installed on your computer, this is the easiest way to run OrientDB. From the command line type:
$ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=root orientdb:latest
|
If you like more command line tools, the Console will be your best friend. Run it by executing bin/console.sh (or console.bat on Windows). To connect the console to the running server type:connect remote:localhost/GratefulDeadConcerts admin adminCongratulations, you’re connected! To learn more have a look at: |
![]() |
Use the JDBC Driver if you want to access OrientDB from a Business Reporting tool (like Jasper) or a generic Database Tool (like DbVisualizer). The URL is jdbc:orient:<URL> (for example: jdbc:orient:remote:localhost/demo). For more information, take a look at: JDBC Driver Project page. NOTE: The JDBC driver is already provided in the distribution under the “lib” folder.
| OrientDB JDBC Driver 2.2.29 ALL | OrientDB JDBC Driver 2.2.29 only |
| JDBC+OrientDB libraries, one JAR containing all the dependencies (21MB) | JDBC libraries, use this if you already have OrientDB in the classpath (47Kb) |
| Download JDBC All | Download JDBC |
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-graphdb</artifactId>
<version>2.2.29</version>
</dependency>
Get a Previous Version of OrientDB.