You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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.
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)?
The text was updated successfully, but these errors were encountered: