Connecting to OrientDB from Python (options)

1.7k views Asked by At

So I'm looking at the best solution in terms of "Ease of Learning" for working on a orientdb database from Python.

options:

Any of you have some experience with the above or knows something better ? Thank you.

1

There are 1 answers

0
peak On

As of today (Jan 10, 2016), the best way to install the current pyorient (1.4.6a) seems to be:

pip install --pre --upgrade pyorient

This version supports protocol 32 as per https://github.com/mogui/pyorient/blob/master/pyorient/constants.py#L8