欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
OrientDB
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
小 (→对比) |
||
| 第22行: | 第22行: | ||
http://localhost:2491 // OrientDB Workbench, 设置Server, 端口:2480 | http://localhost:2491 // OrientDB Workbench, 设置Server, 端口:2480 | ||
admin/admin | admin/admin | ||
| + | |||
| + | ==Gremlin== | ||
| + | *[[Gremlin]] | ||
| + | *[http://orientdb.com/docs/last/Gremlin.html Gremlin API] | ||
==对比== | ==对比== | ||
2016年5月19日 (四) 13:19的版本
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, 若:OrientTokenHandler: true, enabled后,此帐号将无法登录
root/orientdb
http://localhost:2491 // OrientDB Workbench, 设置Server, 端口:2480
admin/admin
Gremlin
对比
驱动
- Native binary remote, 使用 binary protocol
- HTTP REST/JSON, 使用 HTTP protocol
- Java wrapped
一些语言驱动程序
图书
用户
图集
链接
分享您的观点
