forked from orientechnologies/orientdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Tutorials
lvca edited this page Dec 22, 2012
·
3 revisions
This is a collection of tutorials about OrientDB. Look also at the Main documentation page.
OrientDB User's Guide on a step-by-step tutorial approach :
- Introduction to the NoSQL world
- First use
- Cluster and RecordID Concepts
- SQL Query on a NoSQL database
- SQL commands
- The Java API
- Graph-Ed-Tutorial, a step-by-step tutorial to use OrientDB as pure GraphDB starting from the download till the execution of GREMLIN queries
- Getting oriented with OrientDB
- Graph databases OrientDB to the rescue
- Graph in PHP through OrientDB
- GraphDB with flexible model
Step-by-step tutorial about the usage of OrientDB:
- Guida all'uso di OrientDB: introduzione al mondo NoSQL
- Guida all'uso di OrientDB: primo utilizzo
- Guida all'uso di OrientDB: i concetti di RecordID e Cluster
- Guida all'uso di OrientDB: Query SQL su un database NoSQL
- Guida all'uso di OrientDB: Comandi SQL
- Guida all'uso di OrientDB: Java API
HTML.it guide to OrientDB:
Tecnicume blog by Marco Berri:
- OrientDB - primi passi di Embedding in java
- Metodi di scrittura: ODocument e Pojo (Embedding in java)
- Import da csv relazionali, relazioni, archiviare file e query
Try to manipulate the OrientDB from java (Part RawGraphDatabase):
Make GraphDB OrientDB app deployment experience:
- Part 1: http://fungoing.jp/2011/08/379
Step-by-step tutorial by Junji Takakura: