OrientDB is participating 2021 OSC China Open Source Project Selection , please vote for it!
OrientDB in 2021 OSC China Open Source Project Selection {{projectVoteCount} has been obtained in, please vote for it!
2021 OSC China Open Source Project Selection It is in hot progress. Come and vote for your favorite open source project!
2021 OSC China Open Source Project Selection>>> Midfield Review
OrientDB won the 2021 OSC China Open Source Project Selection "The Best Popularity Project" !
Authorization Agreement Apache
development language Java View source code »
operating system Cross platform
Software type Open source software
Open source organizations nothing
region Unknown
deliverer sweet potato
intended for unknown
Recording time 2010-04-10

Software Introduction

OrientDB is an open source multi model NoSQL database that supports concepts such as native graphics, document full-text, responsiveness, geospatial and object-oriented. It is written in Java and is very fast: on ordinary hardware, it can store 220000 records per second. For document databases, it also supports ACID transactions.

Without expensive runtime JOINS, connections can be managed as persistent pointers between records. You can traverse thousands of records in milliseconds.

OrientDB supports schema less, schema full and schema mixed modes, has a powerful security analysis system based on users and roles, and supports SQL

Example of use:

 // OPEN THE DATABASE ODatabaseDocumentTx db = new ODatabaseDocumentTx("remote:localhost/petshop").open("admin", "admin"); // CREATE A NEW DOCUMENT AND FILL IT ODocument doc = new ODocument("Person"); doc.field( "name", "Luke" ); doc.field( "surname", "Skywalker" ); doc.field( "city", new ODocument("City" ).field("name","Rome").field("country", "Italy") );                // SAVE THE DOCUMENT doc.save(); // QUERY THE DOCUMENT List<ODocument> result = database.query(   new OSQLSynchQuery>("select * from person where city.name = 'Rome'")).execute(); // PRINT THE RESULT SET for( ODocument d : result ){   System.out.println("Person: " + d.field( "name" ) + d.field( "surname" )); } db.close();
Expand to read the full text

code

Gitee index of is
exceed Items for

comment

Click to join the discussion 🔥 (15) Post and join the discussion 🔥
Published information
2023/02/09 07:05

OrientDB 3.2.16 release, multi-mode NoSQL database

OrientDB is a document graphic database management system with the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. OrientDB has released version 3.2.16, which is updated as follows: the need to buffer changes before adding to a transaction is removed. Ensure that the view refresh plan is stopped before closing the OrientDB instance. Improve the view refresh and cleaning in incremental serialization

zero
two
Published information
2022/12/28 07:06

OrientDB 3.2.14 release, multi-mode NoSQL database

OrientDB 3.2.14 released, OrientDB is a deep level extensible document graphic database management system that combines the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. This version is updated as follows: Figure Optimization of Deletion Operation (issue # 9821) Remote Deserialization for Repairing Specific Exceptions Repairing the Index Logic of Multi page Splitting Fixed the Limit of Index Key Size. Now when the key exceeds the maximum size (1

zero
zero
Published information
2019/01/03 07:33

OrientDB 3.0.13 release, multi-mode NoSQL database

OrientDB 3.0.13 was released. OrientDB is a deeply scalable document graphic database management system that combines the flexibility of document database and the ability to manage and link graphic databases. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. This version is updated as follows: Bugs Fixed Studio fixes CSV export problems # 8335 SQL fixes keys()/values() method # 8705 fixes problems where batch requests return multiple results Fix CREATE EDGE to avoid

zero
seven
Published information
2018/12/11 07:04

OrientDB 3.0.12 release, multi-mode NoSQL database

OrientDB 3.0.12 was released. OrientDB is a deeply scalable document graphic database management system that combines the flexibility of document database and the ability to manage and link graphic databases. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. This update is as follows: Core Fix LINKSET usage in transaction issue # 8634 Console Add checks to avoid wrong db drop from console issue # 8690 SQL Fix decoding

zero
two
Published information
2018/11/22 07:13

OrientDB v3.0.11 release, multi model NoSQL database

OrientDB 3.0.11 has been released. OrientDB is a deeply scalable document graphic database management system that combines the flexibility of document databases and the ability to manage and link graphic databases. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. Download address Community version: https://orientdb.com/download-2/ Enterprise Edition: https://orientdb.com/orientdb-enterprise/ This version mainly fixes bugs, as follows: SQL Fix management

zero
five
Published information
2018/10/26 07:45

OrientDB v3.0.10 release, multi model NoSQL database

OrientDB 3.0.10 has been released. OrientDB is a deeply scalable document graphic database management system that combines the flexibility of document database and the ability to manage and link graphic databases. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. Download address Community version: https://orientdb.com/download-2/ Enterprise Edition: https://orientdb.com/orientdb-enterprise/ This version mainly fixes bugs, as follows: Core Fix poten

zero
one
Published information
2018/10/16 07:58

OrientDB 3.0.9 release, multi-mode NoSQL database

OrientDB 3.0.9 was released. OrientDB is a deep level extensible document graphic database management system that combines the flexibility of document databases and the ability to manage and link graphic databases. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. The updated content is as follows: Bugs Fixed Core Repairs the real-time query ridtags problem # 8594 Comparison of SQL repair and subquery # 8540 Repairs the use of index LET # 8572 Repairs the Nu of SQL queries with orphan links

zero
zero
Published information
2018/09/28 06:03

OrientDB v3.0.8 release, multi model NoSQL database

OrientDB 3.0.8 has been released. OrientDB is a deeply scalable document graphic database management system that combines the flexibility of document databases and the ability to manage and link graphic databases. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. Download address Community version: https://orientdb.com/download-2/ Enterprise Edition: https://orientdb.com/orientdb-enterprise/ This version mainly fixes bugs, as follows: Core Fix JSON

zero
six
Published information
2018/09/10 07:13

Multi model NoSQL database OrientDB released version 3.0.7

OrientDB is a document graphic database management system with the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. OrientDB 3.0.7 is a bug repair version, updated as follows: Fix usage of class aliases for edge universal issue # 8505 Fix usage of $parent in queries issue # 8412 Download address: Community version: h

zero
one
Published information
2018/08/03 07:23

Multi model NoSQL database OrientDB released version 3.0.5

OrientDB 3.0.5 has been released. OrientDB is a deeply scalable document graphic database management system that combines the flexibility of document database and the ability to manage and link graphic databases. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. Download address Community version: https://orientdb.com/download-2/ Enterprise Edition: https://orientdb.com/orientdb-enterprise/ This version mainly fixes bugs, as follows: Bug Repair Console

zero
two
Published information
2018/07/13 07:13

OrientDB v3.0.4 release, multi model NoSQL database

OrientDB v3.0.4 has been released. OrientDB is a document graphic database management system with the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. Bugs Repair SQL Repair the use of $parent and $current in the new SQL executable Issue # 8383 Repair the case sensitive cluster name in the query Download address: Source code (zip) Source code (t

three
four
Published information
2018/07/03 07:34

Multi model NoSQL database OrientDB 3.0.3 release, bug repair

OrientDB 3.0.3 has been released. OrientDB is a document graphic database management system with the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. This version mainly fixes and enhances bugs, including bugs in Server, SQL and Studio. The details are as follows: Core Fix remote nested TX usage with old SQL exe

zero
one
Published information
2018/06/07 07:09

OrientDB v3.0.2 release, multi model NoSQL database

OrientDB v3.0.2 has been released. OrientDB is a document graphic database management system with the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. This version mainly fixes bugs, including those in Server, SQL and Object. The details are as follows: Bugs Fix Core fix move vertex Issue # 8303 Server Fix startup issu

one
one
Published information
2018/04/15 07:42

OrientDB v 2.2.34 officially released, multi model NoSQL database

The official version of OrientDB v 2.2.34 was released. OrientDB is a document graphic database management system with the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. The official has not provided updated content yet. You can check the following page to keep your attention: Publish the homepage: https://github.com/orientechnologies/orientdb/releases/tag/2.2.34 Official release page: h

zero
zero
Published information
2018/04/10 07:48

OrientDB v 3.0.0 was officially released, with multi model NoSQL database

The official version of OrientDB v 3.0.0 was released. OrientDB is a document graphic database management system with the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. The official has not provided updated content yet. You can check the following page to keep your attention: Publish the homepage: https://github.com/orientechnologies/orientdb/releases/tag/3.0.0 Official release page: htt

two
six
Published information
2018/03/07 07:43

OrientDB v 2.2.33 release, multi model NoSQL database

OrientDB v 2.2.33 has been released. OrientDB is a document graphic database management system with the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import JSON format and export documents. This release introduces some new features, bug fixes, and other improvements. Users of 2.2. x series are recommended to upgrade. Core Fix Page File index placed in wrong list Warning - Issue #797...

zero
three
Published information
2018/03/03 08:07

Multi model NoSQL database OrientDB releases the second candidate version of 3.0

The second candidate version of OrientDB 3.0 has been released. The new version improves performance and speed, brings better security, and is committed to establishing new standards for multi model databases. For a complete list of features, see the OrientDB 3.0 Release Notes. On the OrientDB Lab page, some main functions of the latest version are outlined. To learn more about speed improvement, see the next generation Multi Model storage engine ready for OrientDB v3.0. Officially, OrientDB 3.0 will be released in a few weeks. The currently released version is not stable. Please use it with caution. Download address

three
two
Published information
2018/02/06 07:53

OrientDB v 2.2.32 release, multi model NoSQL database

OrientDB 2.2.32 was released. OrientDB is a document graphic database management system with the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import and export documents in JSON format. The main updates of this version are as follows: Core Automatic conversion of tree ridtags to embedded when switching to distributed mode fix DROP INDEX with inv

zero
zero
Published information
2017/12/19 07:15

Multi model NoSQL database OrientDB releases the first candidate version of 3.0

The first candidate version of OrientDB 3.0 has been released. The new version will improve performance and speed, and bring better security. Officially, the new version is further improved on the basis of OrientDB 2.2, enhancing its advantages and establishing a new standard for multimodal databases. It further extends the concept of multiple models, unifies the concept of graphics documents, and adds new APIs and major OrientDB Studio enhancements. As with all previous versions, security is always the most important. OrientDB 3.0 enhances security, and also increases unprecedented speed and performance, which is applicable to almost any use case

one
five
Published information
2017/10/06 06:55

OrientDB v 2.2.29 release, multi model NoSQL database

OrientDB 2.2.29 was released. OrientDB is a document graphic database management system with the flexibility of document database and the ability to manage and link graphic database. No mode, full mode or mixed mode can be selected. It supports many advanced features, such as ACID transaction, fast index, native and SQL query functions. You can import and export documents in JSON format. This version is mainly updated as follows: Core Fixed issue on edge creation: in case of high load graphdb cache may contain records with diff content but

zero
four
No more
Loading failed, please refresh the page
Click to load more
Loading
next page
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
Issued a question and answer
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
No content temporarily
fifteen comment
four hundred and ten Collection
 OSCHINA
Log in to view more high-quality content
 Back to top
Top