19
OrientDB Study

Orient db study

Embed Size (px)

Citation preview

Page 1: Orient db study

OrientDB Study

Page 2: Orient db study

Introduction

Page 3: Orient db study

Intro-duction

01

OrientDB

Introduc-tion

Document Graph

Document-Graph Database

Page 4: Orient db study

Intro-duction

01

OrientDB

Introduc-tion

Direct link for relationshps

Page 5: Orient db study

Intro-duction

01

OrientDB

Introduc-tion

Apache 2.0 License Schema-less, Schema-full or Schema-mixed Inheritance and polymorphism in model Extended SQL syntax, blueprint Multi-master replication and sharding for horizontal scal-

ability A wide selection of language API’s Browser based development studio RESTFUL, Web server, Embedded functions,…

Page 6: Orient db study

SQL Over-view

Page 7: Orient db study

SQL Over-view

01

Data Modelling

SQL Overview

Create Class <ClassName> [Extends <Super-Class>] [Cluster <ClusterID>]

Alter Class <ClassName> <AttributeName> <attributeValue>

Drop Class <ClassName>

Truncate Class <ClassName>

Page 8: Orient db study

SQL Over-view

01

Data Modelling

SQL Overview

Create Class Person

Create Class Lead Extends V

Create Class Vehicle Cluster 10

Create Class DataItem Abstract

Alter Class Person Name Indivisual

Alter Class Account AddCluster EuropeA

Alter Class Car ClusterSelection round-robin

Drop Class Person

Truncate Class Lead

Page 9: Orient db study

SQL Over-view

01

Data Modelling

SQL Overview

Page 10: Orient db study

SQL Over-view

01

Data Modelling

SQL Overview

Create Cluster AccountUSA

Create Cluster CareUSA Position 3

Alter Cluster Europe Name Italy

Alter Cluster Europe Compression gzip

Alter Cluster V Conflictstrategy automerge

Drop Cluster careUSA

Drop Cluster 10

Truncate Cluster NorthAmerica

Page 11: Orient db study

SQL Over-view

01

Data Modelling

SQL Overview

Page 12: Orient db study

SQL Over-view

01

Data Modelling

SQL Overview

Create Property Person.name String

Create Property Company.salesVolume Float

Create Property Profiles.tags Embeddedlist String

Alter Property Person.name Mandatory true

Alter Property Contact.gender Regexp [M|F]

Alter Property Company.tagline Name Slogan

Drop Property Person.name

Page 13: Orient db study

SQL Over-view

01

Data Modelling

SQL Overview

Page 14: Orient db study

RESTful Ser-vices

Page 15: Orient db study

RESTful Ser-vices

01

GET, POST

RESTful Ser-vices

Page 16: Orient db study

DistributedDeployment

Page 17: Orient db study

Distributed De-ployment

01

Features

Distributed De-ployment

Scale Re-quests Replication Sharding

AddBandwidth

HighAvailability

Big DataScale

Page 18: Orient db study

Distributed De-ployment

01

Sharding

Distributed De-ployment

Page 19: Orient db study

Thank youOrientDB Study