Bridge OrientDB PHP / Gremlin

I am using OrientDb and want to run Gremlin commands through PHP. Does anyone know if there are bridges or products that can connect 2 languages?

As long as I know about OrientDB-PHP and OrientDB-REST packages, Gremlin commands are not allowed.

Alternatively, where would it be best to start learning how to write and implement such a piece of script?

+5
source share
2 answers

Using the REST protocol, send an HTTP POST to this URL:

http: // localhost: 2480 / command / demo / gremlin

With this content: gV

See http://code.google.com/p/orient/wiki/OrientDB_REST#POST_-_Command for details

0
source

ODB ( ) SQL ( Gremlin).

.

https://github.com/spider/spider

- , , -, ( ODB). .

, .

0

All Articles