OrientDB学习笔记

================ TODO ==============

http://orientdb.com/orientdb-enterprise/

https://github.com/orientechnologies/orientdb-hademo

https://github.com/orientechnologies/orientdb-hademo

http://orientdb.com/orientdb-enterprise/?#matrix

https://www.udemy.com/orientdb-getting-started/

https://orientdb.com/docs/2.2/SQL-HA-Sync-Cluster.html

https://www.youtube.com/watch?v=WdP6n2SXVG0

================

OrientDB

OrientDB是兼具文档数据库的灵活性和图形数据库管理链接能力的可深层次扩展的文档-图形数据库管理系统。可选无模式、全模式或混合模式下。支持许多高级特性,诸如ACID事务、快速索引,原生和SQL查询功能。可以JSON格式导入、导出文档。若不执行昂贵的JOIN操作的话,如同关系数据库可在几毫秒内可检索数以百记的链接文档图。

安装:

通过docker进行安装:
$ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=root orientdb:latest

# docker run -d --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=root orientdb:latest
Unable to find image 'orientdb:latest' locally
Trying to pull repository docker.io/library/orientdb ...
latest: Pulling from docker.io/library/orientdb
88286f41530e: Pull complete
009f6e766a1b: Pull complete
86ed68184682: Pull complete
c26e632329da: Pull complete
458eb9b8c69e: Pull complete
Digest: sha256:ed30e40f4fa6dc2d7ee6ec3937dc31a4c99877e091b8487346a10607e89e6362
ae37adb5d6b2493e2b6bc8711fa5e3373998fd6223cf4151f8ba4c09a57a8b62
# docker images
REPOSITORY                   TAG                 IMAGE ID            CREATED             SIZE
disconfcompose_disconf-app   latest              67de9e7fc6be        4 days ago          357.3 MB
disconfcompose_disconf-zoo   latest              2888fec417af        4 days ago          388 MB
syswin/disconf-build         latest              bdbb988abf0c        4 days ago          600.8 MB
docker.io/mysql              5.7                 c73c7527c03a        5 days ago          412.3 MB
docker.io/tomcat             7.0                 3402a4bb8ae6        6 days ago          357.3 MB
docker.io/orientdb           latest              e0723e4b0ee2        9 days ago          149.6 MB
docker.io/redis              3.0                 c44fa74ead88        5 weeks ago         91.53 MB
docker.io/maven              3.3-jdk-7           5fa565e704e4        4 months ago        595.9 MB
docker.io/java               7-jre               b0006d129082        6 months ago        331.5 MB
docker.io/nginx              1.9                 c8c29d842c09        14 months ago       182.7 MB
# docker run docker.io/orientdb
           .
          .`        `
          ,      `:.
         `,`    ,:`
         .,.   :,,
         .,,  ,,,
    .    .,.:::::  ````                                 :::::::::     :::::::::
    ,`   .::,,,,::.,,,,,,`;;                      .:    ::::::::::    :::    :::
    `,.  ::,,,,,,,:.,,.`  `                       .:    :::      :::  :::     :::
     ,,:,:,,,,,,,,::.   `        `         ``     .:    :::      :::  :::     :::
      ,,:.,,,,,,,,,: `::, ,,   ::,::`   : :,::`  ::::   :::      :::  :::    :::
       ,:,,,,,,,,,,::,:   ,,  :.    :   ::    :   .:    :::      :::  :::::::
        :,,,,,,,,,,:,::   ,,  :      :  :     :   .:    :::      :::  :::::::::
  `     :,,,,,,,,,,:,::,  ,, .::::::::  :     :   .:    :::      :::  :::     :::
  `,...,,:,,,,,,,,,: .:,. ,, ,,         :     :   .:    :::      :::  :::     :::
    .,,,,::,,,,,,,:  `: , ,,  :     `   :     :   .:    :::      :::  :::     :::
      ...,::,,,,::.. `:  .,,  :,    :   :     :   .:    :::::::::::   :::     :::
           ,::::,,,. `:   ,,   :::::    :     :   .:    :::::::::     ::::::::::
           ,,:` `,,.
          ,,,    .,`
         ,,.     `,                                          GRAPH DATABASE
       ``        `.
                 ``                                          orientdb.com
                 `
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 1431830528 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /orientdb/bin/hs_err_pid1.log
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000080000000, 1431830528, 0) failed; error='Out of memory' (errno=12)

问题1:

$ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=root orientdb:latest
/usr/bin/docker-current: Cannot connect to the Docker daemon. Is the docker daemon running on this host?.
See '/usr/bin/docker-current run --help'.

$ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=root orientdb:latest
Unable to find image 'orientdb:latest' locally
Trying to pull repository docker.io/library/orientdb ...
latest: Pulling from docker.io/library/orientdb
88286f41530e: Pull complete
009f6e766a1b: Pull complete
86ed68184682: Pull complete
c26e632329da: Pull complete
458eb9b8c69e: Pull complete
Digest: sha256:ed30e40f4fa6dc2d7ee6ec3937dc31a4c99877e091b8487346a10607e89e6362
ae37adb5d6b2493e2b6bc8711fa5e3373998fd6223cf4151f8ba4c09a57a8b62

解决:

切换到root账号下操作就可以了。

扩展阅读:

http://orientdb.com/
简介:

orientdb 的官网。 

OrientDB - The World's First Distributed Multi-Model NoSQL Database with a Graph Database Engine

http://orientdb.com/orientdb-enterprise/
简介:

企业版,提供一些有用的工具。

[OrientDB] OrientDB 入门教程 (英文版)
http://down.51cto.com/data/1081456
简介:

英文教程,需要积分下载。

https://www.w3cschool.cn/orientdb/orientdb-mx931xi1.html
简介:

w3c 上的一个教程,很全面的中文系列教程。比较容易入手。


OrientDB基本概念
https://www.w3cschool.cn/orientdb/orientdb_basic_concepts.html


ArangoDB,MongoDB,Neo4j 和 OrientDB 性能比较
http://www.aiisen.com/20535-zh.html
简介:

一个简单的比较。 

如何在 Ubuntu 16.04 上安装和配置 OrientDB
https://www.tutobrid.com/operation_engineer/how-to-install-and-configure-orientdb-on-ubuntu-16-04.html
一个备用地址:
Ubuntu 16.04 上 OrientDB 安装配置教程
http://www.linuxidc.com/Linux/2017-05/143863.htm

简介:

解释的很好。作者用的是在ubutnu下源码安装。常见的使用场景和常见问题都介绍到了。

http://orientdb.com/download/
简介: NOTE: 按照这里的docker 安装方式可以安装(需要修改jdk的配置)

OrientDB给出的下载页面。
支持多平台源码下载,支持docker安装。
支持多种编程语言接入。

http://orientdb.com/docs/last/Programming-Language-Bindings.html
简介:

不同编程语言接入的API.

OrientDB driver for Python that uses the binary protocol.
https://github.com/orientechnologies/pyorient
简介:

Python的Binary接入API。

比较常用的orientdb的驱动。 

目前使用pyorient来操作数据库。

Python REST interface for OrientDB
https://github.com/emehrkay/Compass
简介:

Python的REST接入API。看起来还不是很成熟。 

Compass is a simple Python REST interface for the OrientDB graph document store. Later iterations of compass will allow you to choose between the REST or BINARY protocols while using the same compass interface.

Requirements

Python 2.6
OrientDB Rest Server
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 215,874评论 6 498
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 92,102评论 3 391
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 161,676评论 0 351
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,911评论 1 290
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,937评论 6 388
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,935评论 1 295
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,860评论 3 416
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,660评论 0 271
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,113评论 1 308
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,363评论 2 331
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,506评论 1 346
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,238评论 5 341
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,861评论 3 325
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,486评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,674评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,513评论 2 368
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,426评论 2 352

推荐阅读更多精彩内容

  • Spring Cloud为开发人员提供了快速构建分布式系统中一些常见模式的工具(例如配置管理,服务发现,断路器,智...
    卡卡罗2017阅读 134,649评论 18 139
  • Docker — 云时代的程序分发方式 要说最近一年云计算业界有什么大事件?Google Compute Engi...
    ahohoho阅读 15,530评论 15 147
  • 让自己变得更潮更自信,不仅仅是衣服鞋子和包包,还有一个极其重要的部分。 就是你的发型。 你穿的衣服不能代表你,你脚...
    许晨Yolo阅读 1,482评论 1 8
  • 什么是用户体验设计 用户体验设计是指用于交互体验设计中的一糸列方法,方法背后的逻辑就是简单易行。用户体验设计需要使...
    wangrad阅读 1,262评论 0 1