Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OrientDB REST API support; direct Gremlin (also SQL?) queries #128

Open
tourne opened this issue Mar 27, 2014 · 1 comment
Open

OrientDB REST API support; direct Gremlin (also SQL?) queries #128

tourne opened this issue Mar 27, 2014 · 1 comment

Comments

@tourne
Copy link

tourne commented Mar 27, 2014

OrientDB Server has a REST/JSON API, which also accepts Gremlin and OrientDB SQL queries directly via HTTP.

Do you think it would be more efficient to talk to the API directly without Rexster, while also enabling access to OrientDB-specific features such as native graph schema ie. classes, calling server-side functions and batch operations (the latter also allows sending scripts to execute in any JVM language)?

@espeed
Copy link
Owner

espeed commented Apr 17, 2014

My only experience with OrientDB is through the context of Rexster. If someone wants to contribute a bulbs.orientdb adapter, that would be cool. The bulbs.neo4jserver adapter supports its native Cypher query languages in addition to Gremlin so supporting OrientDB SQL might work too.

BTW: Rexster has support for server-side functions and you can perform batch functions through Gremlin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants