OrientDB

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第1行: 第1行:
 
[[Image:OrientDB-90x90.gif|right]]
 
[[Image:OrientDB-90x90.gif|right]]
  
OrientDB 是一个[[Java]]开发的开源(Apache v2)[[NoSQL]]文档和图形数据库,也通过 OrientDB SQL 支持 SQL。
+
OrientDB 是一个[[Java]]开发的开源(Apache v2)[[NoSQL]][[document database|文档]]和[[graph database|图形数据库]],也通过 [http://orientdb.com/docs/last/SQL.html OrientDB SQL 支持 SQL]。
  
 
==安装==
 
==安装==
 +
[http://orientdb.com/download/ 下载二进制]或编译源码
 +
$ git clone https://github.com/orientechnologies/orientdb
 +
$ git checkout develop
 +
$ cd orientdb
 +
$ mvn clean install -DskipTests
 +
$ ls -l distribution/target/
  
 
==指南==
 
==指南==

2016年5月18日 (三) 12:07的版本

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

对比

图书

图集

链接

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

变换
操作
导航
工具箱