OrientDB

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(对比)
第24行: 第24行:
 
*[http://orientdb.com/orientdb-vs-mongodb/ OrientDB vs MongoDB]
 
*[http://orientdb.com/orientdb-vs-mongodb/ OrientDB vs MongoDB]
 
*[http://orientdb.com/orientdb-vs-neo4j/ OrientDB vs Neo4j]
 
*[http://orientdb.com/orientdb-vs-neo4j/ OrientDB vs Neo4j]
 +
 +
==驱动==
 +
[http://orientdb.com/docs/last/Programming-Language-Bindings.html 通过三种方式支持不同的语言驱动程序]
 +
*Native binary remote, 使用 binary protocol
 +
*HTTP REST/JSON, 使用 HTTP protocol
 +
*Java wrapped
 +
一些语言驱动程序
 +
*[http://orientdb.com/docs/last/Java-API.html Java API]
 +
*[http://orientdb.com/docs/last/Scala-Language.html Scala API]
 +
*[https://github.com/eduardoejp/clj-orient clj-orient] [https://github.com/eduardoejp/clj-blueprints clj-blueprints]
  
 
==图书==
 
==图书==

2016年5月18日 (三) 14:24的版本

OrientDB-90x90.gif

OrientDB 是一个Java开发的开源(Apache v2)NoSQL文档图形数据库,也通过 OrientDB SQL 支持 SQL

目录

安装

下载二进制或编译源码

$ git clone https://github.com/orientechnologies/orientdb
$ git checkout develop
$ cd orientdb
$ mvn clean install -DskipTests
$ ls -l distribution/target/

指南

./console.sh

orientdb> CONNECT PLOCAL:../databases/GratefulDeadConcerts admin admin
orientdb {db=GratefulDeadConcerts}> list classes
orientdb {db=GratefulDeadConcerts}> select from ouser
orientdb {db=GratefulDeadConcerts}> info class ouser
orientdb {db=GratefulDeadConcerts}> select expand(classes) from metadata:schema
http://localhost:2480/ // OrientDB Studio
root/orientdb

对比

驱动

通过三种方式支持不同的语言驱动程序

  • Native binary remote, 使用 binary protocol
  • HTTP REST/JSON, 使用 HTTP protocol
  • Java wrapped

一些语言驱动程序

图书

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱