jbmusso / gremlin-javascript

JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
MIT License
214 stars 62 forks source link

OrientDB #75

Closed GabCamarda closed 7 years ago

GabCamarda commented 7 years ago

Hi,

can this be used with OrientDb? Thanks,

jbmusso commented 7 years ago

It should now that OrientDB officially implements TinkerPop 3. It should work out of the box with Gremlin Server. Did you have any trouble setting this up?

GabCamarda commented 7 years ago

Yes, particularly, Orientdb documentation doesn't talk about setting up the gremlin server included in the package (if there is any).

Considering you're saying that it is indeed included, how would I connect to it from the client? By using Orientdb server port? (Tried that, didn't work)

Thanks

jbmusso commented 7 years ago

Just to get a little bit more context, did you have a look at https://github.com/orientechnologies/orientdb-gremlin ? gremlin-javascript should work out of the box as soon as you manage to start gremlin server properly configured to work with OrientDB. TinkerPop abstracts the database away and gremlin-javascript should work with any database.

ThomasKlessen commented 7 years ago

@GabCamarda I'm not sure wehter this is helpful for you, but there is a gremlin.sh/bat within the orientDB/bin folder. I'am using it to play in the comandline with gremlin.