Learning OrientDB

本文介绍了OrientDB作为文档和图数据库的背景和概念,详细讲述了如何启动运行OrientDB,以及数据建模的关键元素,如数据实体、关系和属性,并提到了用于管理数据库的OrientDB Studio和Console。
摘要由CSDN通过智能技术生成

Learning OrientDB



1. Background and Concepts

OrientDB can best be described as: A document and graph database.

Why OrientDB?

OrientDB is a document-graph database meaning it has all the native features of a graph database with the speed and flexibility of a document store.

license APACHE 2.0


2. Up and Running

Installation on Mac

Steps: Java - Mac distribution - server.sh

Installation on Linux

$ curl -o 存放位置+文档名称 下载地址(在官网内移动到需要下载的图标点击右键获取)
$ cd ~/存放位置+文件名称
$ tar xvzf 文件名称
$ cd 文件名称/bin
$ ./server.sh

Browser localhost:2480


3. Data Modeling Concepts

3.1 Key elements

Data entity: The primary storage container of data. Also referred to as a record. In Graph mode, it is called a Vertex(or Node).

Relationship: A direct connection between two vertices or documents. Edges and Links are the relationships in OrientDB.

Data attribute: Typed or Json data embedded in documents, vertices or edges. Useful to query, sort and more.

3.2 Tools

Documents(无结构性数据)

Properties(a place to store your stuff)

Vertex(storage for a graph: similar to a document)

Edge

Class(types of data)

Cluster(storage flexibility/replication)


4. Orient D-B Studio


5. Orient D-B Console


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值