[
https://issues.apache.org/jira/browse/TINKERPOP-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16259689#comment-16259689
]
stephen mallette commented on TINKERPOP-1815:
---------------------------------------------
{{AbstractGraphProvider}} uses the {{GryoReader}} to load graph data during
tests and the {{GryoReader}} uses the Graph API to get the data in. Is that
what you are thinking should change?
IO and Structure APIs1 are sorta bound together a bit. Trying to change that
now seems like a big step with the opportunity for a fair number of unforeseen
problems.
I assume that this issue doesn't prevent graphs that don't support the Graph
API from running the tests. Seems like you would just need to override the
appropriate methods in {{GraphProvider}} to load the data however is required.
wdyt?
> Graph io requires the graph API
> -------------------------------
>
> Key: TINKERPOP-1815
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1815
> Project: TinkerPop
> Issue Type: Improvement
> Components: io
> Reporter: Bryn Cooke
>
> Currently the io classes use the graph API to populate the graph. For graphs
> that do not fully support the graph API means that standard IO won't work.
> It would be great if io could use the traversal API for constructing the
> graph.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)