Java NoSQL數據庫, OrientDB 2.0-rc2 發布

jopen 9年前發布 | 10K 次閱讀 NOSQL

OrientDB是一個NoSQL數據庫管理系統,在普通硬件上每秒可以存儲15萬份文檔。它是一個基于文檔的數據庫,關系在圖形數據庫中管理,與記錄之間直接連接。你可以在幾毫秒內遍歷樹和圖的記錄的全部或部分。它支持 schema-less, schema-full, 和schema-mixed 模式,具有一個基于用戶和角色,很強的安全性分析系統。支持SQL查詢語言。

 Java NoSQL數據庫, OrientDB 2.0-rc2 發布

OrientDB 2.0-rc2 Community Edition (January 12th 2015)

OrientDB Community Edition is licensed under Apache2 terms, which means that it’s FREE for any usage, even commercial.

MacOSX Linux and any other *NIX system Microsoft Windows ZIP file for any OS
</td> </tr> </tbody> </table>

Download a Previous version.

JDBC Drivers

Use the JDBC Driver if you want to access to OrientDB from a Business Reporting tool (like Jasper) or a generic Database Tool (like DbVisualizer). The URL is jdbc:orient:<URL>, example: jdbc:orient:remote:localhost/demo. For more information look at: JDBC Driver Project page. Starting from OrientDB 2.0-rc1, the JDBC driver is provided in the distribution under “lib” folder.

OrientDB JDBC Driver 1.7 ALL OrientDB JDBC Driver 1.7 only
JDBC+OrientDB libraries, one JAR containing all the dependencies (4,8MB) JDBC libraries, use this if you already have OrientDB in the classpath (47Kb)
Download JDBC All Download JDBC

Language Drivers


net_logonodejsphpScala_logologopython-logoclojure-iconc

 

Use Maven

<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-graphdb</artifactId>
<version>2.0-rc2</version>
</dependency>

 

Latest Snapshot

This is the suggested download if want to have and use the last version with all the new features and bugs fixed. Snapshot builds always compile and pass all the test cases. These packages don’t contain the “demo” database. To create it, just run the test suite with “ant clean test”. Download the last snapshot of the Community Edition.

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!