orientdb-docs
orientdb-docs copied to clipboard
Repository of the entire OrientDB documentation.
A violation against the OSS Rules of Play has been detected. Rule ID: rl-reuse_tool-4 Explanation: Is it compliant with REUSE rules? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html
A violation against the OSS Rules of Play has been detected. Rule ID: rl-reuse_tool-3 Explanation: Is it registered in REUSE? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html
A violation against the OSS Rules of Play has been detected. Rule ID: rl-reuse_tool-1 Explanation: Does README mention REUSE? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html
A violation against the OSS Rules of Play has been detected. Rule ID: rl-reuse_tool-2 Explanation: Does it have LICENSES directory with licenses? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html
A violation against the OSS Rules of Play has been detected. Rule ID: rl-vulnerability_alerts-1 Explanation: Are vulnerability alerts enabled? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html
There are several issues that make the latest documetnation of OrientDB hard to find: - Many links to OrientDB documentation link to https://orientdb.org/docs/, https://orientdb.com/docs/3.0.x/ or https://orientdb.com/docs/3.1.x/ which are all out...
The documentation at https://orientdb.com/docs/3.2.x/ contains many references to OrientDB enterprise edition. This seems strange given that as far as I know enterprise edition no longer exists as a separate product....
On this page https://orientdb.com/docs/2.2.x/Functions-DB-Access.html it is said that orient.getGraph() returns the current transactional graph database instance. In fact getGraph is not recognized in v3.x Said here https://github.com/orientechnologies/orientdb/issues/8291 the "I think...
In the [indicies section of Schema.md](https://github.com/orientechnologies/orientdb-docs/blob/master/Schema.md#indices-as-constraints), the example creates a `NOTUNIQUE` index but the descriptive text states that it creates a unique composite index: > You can also constrain a...