OrientDB Quick Guide
OrientDB is an Open Source NoSQL Database Management System, which contains the features of traditional DBMS along with the new features of both Document and Graph DBMS. It is written in Java. It can store 220,000 records per second. OrientDB installation file is available in two editions : Community Edition Enterprise Edition The main feature of OrientDB is to support multi-model objects, it supports different models like Document, Graph, Key/Value and Real Object. It contains a separate API to support all these four models. Document Model OrientDB uses the concepts such as classes, clusters, and link for storing, grouping, and link for storing, grouping, and analyzing the documents. Comparison between relational model, document model, and OrientDB document model. Relational Model Document Model OrientDB Document Model Table Collection Class or Cluster Row Document Document C...