Enrico Risa
Enrico Risa
Hi @Froskekongen `2424` is the binary port for OrientDB protocol. You should use the port of the GremlinServer if you want to connect with the gremlin python driver. By default...
That's why i suggested `8182`. 2424 is reserved for OrientDB protocol, not GremlinServer one. http://tinkerpop.apache.org/docs/current/reference/#connecting-via-python
Hi @artem-aliev unfortunately is not supported
Hi @KeshavZbhide can you share your configuration?
@mlemesle looks great, just one thing, why the tungstenite dep is via github? is it missing something there yet not released?
hi @zifnab87 we started to rolling a snapshot here https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-gremlin/3.0.0-SNAPSHOT/ The version number of the driver has been aligned with OrientDB 3.x development and now supports TP3 3.2.4. Do you...
@zifnab87 yes in 2.2.x if you use the module `orientdb-graph`. Starting from 3.x we develop our own MultiModel API (Graph/Document) and the TP3 driver uses those API.
hi @zifnab87 yes we have a snapshot [here](https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-gremlin/3.0.0-SNAPSHOT/) you can add it with ``` com.orientechnologies orientdb-gremlin 3.0.0-SNAPSHOT ``` Please tell me if you need further help Thanks
Yeah we have a snapshot of OrientDB + Tp3 https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-community-tp3/3.0.0-SNAPSHOT/
Hi @zifnab87 in the new repo `OrientBaseGraph#getRawGraph` has been replaced by `OrientGraph#getRawDatabase` For the other APIs i think there is no equivalent. You can use directly the API of`ODatabaseDocument` from...