Orientdb 简明教程
OrientDB Tutorial
OrientDB 是一个开放源代码的 NoSQL 数据库管理系统,它包含传统 DBMS 的功能以及文档和图 DBMS 的新功能。它用 Java 编写,运行速度惊人。它可以在商用硬件上每秒存储 220,000 条记录。
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 and is amazingly fast. It can store 220,000 records per second on commodity hardware.
在本教程的后几章中,我们将详细了解 OrientDB,它是最出色的开源、多模式、下一代 NoSQL 产品之一。
In the following chapters of this tutorial, we will look closely at OrientDB, one of the best open-source, multi-model, next generation NoSQL product.
Audience
本教程专为希望以简单易懂的方式学习 NoSQL 数据库的软件专业人士设计。本教程将帮助你深入了解 OrientDB 概念。
This tutorial is designed for software professionals who are willing to learn NoSQL Database in simple and easy steps. This tutorial will give a great understanding on OrientDB concepts.
Prerequisites
OrientDB 是 NoSQL 数据库技术,涉及文档、图表和传统数据库组件(如架构和关系)。因此,最好具备 SQL 知识。熟悉 NoSQL 是一个额外优势。
OrientDB is NoSQL Database technologies which deals with the Documents, Graphs and traditional database components, like Schema and relation. Thus it is better to have knowledge of SQL. Familiarity with NoSQL is an added advantage.