Tag

graph database

Part 1 – Accessing OrientDB in Python: OrientDB Installation

In this how-to, I’m going to show you how you can access your OrientDB Graph database in your Python projects. Introduction What is OrientDB? OrientDB is a mix of 2 database technology: Document-oriented and Object-oriented databases. Also, one of the advantages of OrientDB comp
Read More