*** Welcome to piglix ***

OrientDB

OrientDB
OrientdbLogo.png
Developer(s) OrientDB Ltd
Initial release 2010; 7 years ago (2010)
Stable release
2.2.17 / February 17, 2017; 0 days ago (2017-02-17)
Repository github.com/orientechnologies/orientdb
Development status Active
Written in Java
Operating system Cross-platform
Type Document-oriented database, Graph database, Multi-model database
License Apache 2 License
Website orientdb.com

OrientDB is an open source NoSQL database management system written in Java. It is a multi-model database, supporting graph, document, key/value, and object models, but the relationships are managed as in graph databases with direct connections between records. It supports schema-less, schema-full and schema-mixed modes. It has a strong security profiling system based on users and roles and supports querying with Gremlin along with SQL extended for graph traversal. OrientDB uses several indexing mechanisms based on B-tree and Extendible hashing, the last one is known as "hash index", there are plans to implement LSM-tree and Fractal tree index based indexes. Each record has Surrogate key which indicates position of record inside of Array list , links between records are stored either as single value of record's position stored inside of referrer or as B-tree of record positions (so-called record IDs or RIDs) which allows fast traversal (with O(1) complexity) of one-to-many relationships and fast addition/removal of new links. OrientDB is the second most popular graph database according to the DB-Engines graph database ranking

The development of OrientDB still relies on an open source community led by OrientDB LTD company created by its original author Luca Garulli. The project uses GitHub to manage the sources, contributors and versioning, Google Group and Stack Overflow to provide free support to the worldwide users. OrientDB also offers a free Udemy course for those hoping to learn the basics and get started with OrientDB.


...
Wikipedia

...