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/

posted on 2017-12-23 12:09  荣锋亮  阅读(508)  评论(0编辑  收藏  举报

导航