Some document says OrientDB is document-database, some others talks it's graph-database. What's right?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
It's both: internally manages relationships like GraphDB but can work in schema-less mode like DocumentDB. So both. |
|||
|
|
|
According to a conversation with Luca Garulli, OrientDB creator, it is both a document and graph database. The complete discussion is available here providing more details on how OrientDB operates internally: http://nosql.mypopescu.com/post/1254869909/correction-orientdb-is-a-document-and-graph-store |
|||
|
|
