orientdb 图数据库docker 安装试用

1. 镜像
docker pull orientdb
2. 启动
docker run -d --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=dalong orientdb
3. 基本使用
 
a. 创建库并登录
 
 
b. 创建vertx 
c. 添加属性&&数据
 
d. 查询
 
4. 参考资料
http://orientdb.com/getting-started/
https://hub.docker.com/_/orientdb/
原文地址:https://www.cnblogs.com/rongfengliang/p/8093112.html