[ 
https://issues.apache.org/jira/browse/TINKERPOP-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16932531#comment-16932531
 ] 

Wolfgang Fahl commented on TINKERPOP-2294:
------------------------------------------

The io step e.g. is on of the not so transparent issues:

A "full example" is e.g. given in:

[https://help.compose.com/docs/janusgraph-importing-graphs]

 

{{}}
{code:java}
graph=ConfiguredGraphFactory.create("airroutes"); 
graph.io(IoCore.graphml()).reader().create().readGraph(ToInputStream.from("url",
 
"https://github.com/krlawrence/graph/raw/master/sample-data/air-routes.graphml";),
 graph); graph.tx().commit(){code}
{{}}

{{}}

How would this translate to python code?{{}}

> Gremlin-Python usability and tutorial
> -------------------------------------
>
>                 Key: TINKERPOP-2294
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2294
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: python
>    Affects Versions: 3.4.3
>            Reporter: Wolfgang Fahl
>            Priority: Major
>
> The Gremlin-Python environment is not useable "out of the box" at this time 
> and hard to configure. It needs a specially configured gremlin-server for 
> each use case.
> The handling of the server configuration and startup could be simplified if 
> it would be done by some kind of API instead of the YAML file. Especially it 
> is important to make graph io available to be able to create python specific 
> tutorials that are based on typical databases.  The handling of typical 
> backend database configurations should be simplified.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to