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

gremlin traversalsource io step not supported #178

Open
leiyucs opened this issue Dec 26, 2020 · 0 comments
Open

gremlin traversalsource io step not supported #178

leiyucs opened this issue Dec 26, 2020 · 0 comments

Comments

@leiyucs
Copy link

leiyucs commented Dec 26, 2020

I am using orientdb-tp3 and tried to use g.io to import graphml to orientdb. However, it seems orientdb-gremlin does not have the method implemented for graph traversalsource to do that. According to the tinkerpop document

The use of Graph.io() has been deprecated to further remove dependence on the Graph (Structure) API for users and to extend these basic operations to GLV users by making these features available as part of the Gremlin language.

It is now possible to simply use Gremlin:

graph = ...
g = graph.traversal()
g.io(someInputFile).read().iterate()
g.io(someOutputFile).write().iterate()

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

1 participant