So I'm looking at the best solution in terms of "Ease of Learning" for working on a orientdb database from Python.
options:
- https://github.com/mogui/pyorient (doesn't support the latest)
- Bulbs though Rexster
- The REST API of Orientdb
Any of you have some experience with the above or knows something better ? Thank you.
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