Database

OrientDB – multi-model database

OrientDB is an open source document-graph database with the support of ACID Transactions, SQL and native queries, asynchronous commands, intents, and much more.

OrientDB can store 150,000 documents per second on common hardware. Even with a document-based database, the relationships are managed as in graph databases, with direct connections among records. Traverse entire or parts of trees and graphs of records in a few milliseconds. It supports schema-less, schema-full, and schema-mixed modes, has a strong security profiling system based on users and roles, and supports SQL between the query languages.

OrientDB adheres to the NoSQL movement even if supports a subset of SQL as query language. In this way it is easy to start using it without to learn too much new stuff.

Key Features

  • Designed to be extremely fast.
  • Extremely light on system resources with no dependencies and no libraries needed.
  • Supports ACID transactions. On crash it recovers the pending documents.
  • Native management of graphs. 100% compliant with TinkerPop Blueprints standard for GraphDBs.
  • Supports SQL language with extensions to handle relationships without JOINs, manage trees and graphs of connected documents.
  • Supports natively HTTP, RESTful protocol and JSON without use 3rd party libraries and components.
  • Local mode: Direct access to the database bypassing the Server. Perfect for scenarios where the database is embedded.
  • SQL: supports SQL language with extensions to handle relationships without SQL join, manage trees and graphs of connected documents.
  • Web ready: supports natively HTTP, RESTful protocol and JSON without use 3rd party libraries and components.
  • Supported types: String, byte, short, integer, long, float, double, boolean, date, datetime, binary, link, link list, link set, link map, embedded, embedded list, embedded set, and embedded map.
  • Native support for the inheritance classes taken by the Object Orientation paradigm.
  • Drivers to use OrientDB through different languages: Java, JavaScript, PHP, Python, .NET, Ruby, Scala, C Language binding.
  • Easy JAVA APIs.
  • Embeddable.
  • Runs on any platform.

Website: orientdb.dev
Support: GitHub Code Repository
Developer: Luca Garulli / Orient Technologies
License: Apache License 2.0

OrientDB is written in Java. Learn Java with our recommended free books and free tutorials.


Related Software

Document-Oriented Databases
CouchbaseDistributed key-value database management system
CouchDBScalable, fault-tolerant, and schema-free written in Erlang
ArangoDBNative multi-model database
eXist-dbDatabase management system entirely built on XML technology
RethinkDBScalable database built for realtime applications
BaseXXML database engine
OrientDBDocument Database with support of ACID Transactions, SQL and Native Queries
AerospikeKey-Value Store and high performance real-time NoSQL (flex-schema) database
RavenDBFully-transactional NoSQL ACID database
JackrabbitOpen-source content repository for Java
TerminusDBKnowledge graph and document store
CrateDBDistributed SQL database management

Read our verdict in the software roundup.

Graph Databases
SurrealDBScalable, distributed, collaborative, document-graph database
EdgeDBGraph-relational database with declarative schema
JanusGraphDistributed graph database
ArangoDBScalable graph database system to drive value from connected data, faster
OrientDBDocument-graph database
TypeDBPolymorphic database with a conceptual data model
Neo4jNative graph database that is built to store and retrieve connected data
NebulaGraphGraph database that can handle large volumes of data
TerminusDBDocument-oriented graph database for building collaborative applications
LadybugEmbedded graph database
VirtuosoMiddleware and database engine hybrid
BitsySmall, fast, embeddable, durable in-memory graph database

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments