
Installation | OrientDB Manual
Download Binaries The easiest and fastest way to start using OrientDB is to download binaries from the Official OrientDB Download Page.
Introduction | OrientDB Manual 1.7.8
Welcome to OrientDB - the first Multi-Model Open Source NoSQL DBMS that brings together the power of graphs and the flexibility of documents into one scalable, high-performance operational database.
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 …
Performance Tuning | OrientDB Manual 1.7.8
To obtain real linear performance with OrientDB you should avoid to use Transactions as far as you can. In facts OrientDB keeps in memory all the changes until you flush it with a commit.
Import from JSON | OrientDB Manual
In OrientDB Loader to allow importing the property "id". Without this option the Blueprints standard would reject it because "id" is a reserved name. By executing the ETL process this is the output:
SSL Features for client via node js drivers - discourse.orientdb.org
Dec 5, 2018 · I need this setup to have a secure connection from my web service application to my remote orientdb server
Backup and Restore | OrientDB Manual 1.7.8
Backup database Starting from v1.7.8, OrientDB comes with the script "backup.sh" under the "bin" directory. This script executes the backup by using the console. Syntax:
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
Import From Neo4j · OrientDB Manual
Given that OrientDB can read GraphML, it is relatively straightforward to import data from Neo4j into OrientDB. You can manage the imports using the Console or the Java API.
Neo4j to OrientDB Importer
The Neo4j to OrientDB Importer is a tool that can help you importing in a quick way a Neo4j graph database into OrientDB.