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

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

It is as a bad or worse then I had assumed.

The code below will load the graph but break all other tests. Where is 
Tinkergraph.open ...?

 
{code:java}
# test loading a graph
def test_loadGraph():
 # make the local file accessible to the server
 airRoutesPath=os.path.abspath("air-routes-small.xml")
 # drop the existing content of the graph
 g.V().drop().iterate()
 # read the content from the air routes example
 g.io(airRoutesPath).read().iterate()
 vCount=g.V().count().next()
 assert vCount==47{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