Java NoSQL數據庫, OrientDB 2.0-rc2 發布
OrientDB是一個NoSQL數據庫管理系統,在普通硬件上每秒可以存儲15萬份文檔。它是一個基于文檔的數據庫,關系在圖形數據庫中管理,與記錄之間直接連接。你可以在幾毫秒內遍歷樹和圖的記錄的全部或部分。它支持 schema-less, schema-full, 和schema-mixed 模式,具有一個基于用戶和角色,很強的安全性分析系統。支持SQL查詢語言。
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. |
|||||||||||||||||||||||||
Download a Previous version. JDBC DriversUse 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.
Language Drivers
Use Maven
<dependency>
<groupId>com.orientechnologies</groupId> <artifactId>orientdb-graphdb</artifactId> <version>2.0-rc2</version> </dependency>
Latest SnapshotThis 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 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
相關資訊相關經驗 |