Skip to content

gremlin traversalsource io step not supported #178

@leiyucs

Description

@leiyucs

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions