欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
OrientDB
来自开放百科 - 灰狐
(版本间的差异)
小 |
小 |
||
第1行: | 第1行: | ||
[[Image:OrientDB-90x90.gif|right]] | [[Image:OrientDB-90x90.gif|right]] | ||
− | OrientDB 是一个[[Java]]开发的开源(Apache v2)[[NoSQL]] | + | 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 是一个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
对比
图书
图集
链接
分享您的观点