
Classes, Schema and Constraints · OrientDB Manual
A class in OrientDB is similar to a table in a relational database with some key differences. In this section you will learn how to see all of the classes in your database and how to create classes of …
server.sh · OrientDB Manual
The OrientDB Server is a Java application that manages database operations, retrieval and storage. The shell script server provides a convenient command-line interface to use in configuring and launching …
Returning the size of a record (in bytes) from OrientDB
Nov 15, 2018 · OrientDB supports various methods to get the length of a collection or the length of a string, but I’m trying to determine the total size of a record in bytes.
Secure SSL connections · OrientDB Manual
Beginning with version 1.7, OrientDB provides support for securing its HTTP and BINARY protocols through SSL. For distributed SSL, see the HazelCast documentation.
Is it possible watch how install OrientDB with Helm on Kubernetes?
Aug 27, 2019 · i see that : https://hub.kubeapps.com/charts/incubator/orientdb nice, but is it possible someone create a tutorial (video) install and manage (replicat) OrientDB on Kubernetes pods
JDBC Driver · OrientDB Manual
The driver can be used to load data from an OrientDB database, but is not able (yet) to write the DataFrame from Spark. The driver offers a compatibility mode to enable load of data frame from an …
Mail | OrientDB Manual
Configuration This plugin is configured as a Server handler. The plugin can be configured in easy way by changing parameters: ... Default configuration in orientdb-server-config.xml. Example:
Distributed Architecture | OrientDB Manual
OrientDB uses the Hazelcast Open Source project to manage the clustering. Many of the references in this page are linked to the Hazelcast official documentation to get more information about such topic.
Multi-Model Database | OrientDB Manual
The table below illustrates the comparison between the relational model, the Object model, and the OrientDB Object model:
Basic Concepts | OrientDB Manual 1.7.8
The database understands high-level concepts like Queries, Schemas, Metadata, Indexes, etc. OrientDB also provides multiple database types. Take a look at the Database types to learn more …