OrientDB – Useful Resources The following resources contain additional information on OrientDB. Please use them to get more in-depth knowledge on this. Useful Video Courses 42 Lectures 8.5 hours 34 Lectures 7 hours Most Popular 73 Lectures 7.5 hours 31 Lectures 1 hours Best Seller 71 Lectures 2.5 hours Most Popular 20 Lectures 49 mins […]
Author Archives: user
OrientDB – Python Interface OrientDB driver for Python uses the binary protocol. PyOrient is the git hub project name which helps to connect OrientDB with Python. It works with OrientDB version 1.7 and later. The following command is used to install PyOrient. pip install pyorient You can use the script file named demo.py to do […]
OrientDB – Upgrading While upgrading, you have to consider the version number and the format. There are three types of formats – MAJOR, MINOR, PATCH. MAJOR version entails incompatible API changes. MINOR version entails functionality in a backward-compatible manner. PTCH version entails backward-compatible bug fixes. To synchronize between minor and major versions, you may need […]