Re: [Neo4j] Re: (neo4j-shell)-[:connect_to]->(graphene)

2013-12-31 Thread Wes Freeman
Yeah, very slick Nige. Wes On Tue, Dec 31, 2013 at 1:26 PM, Javad Karabi wrote: > nigel, thank you! this is great! > > > On Tuesday, December 31, 2013 12:17:58 PM UTC-6, Nigel Small wrote: > >> Hi Javad >> >> I have made some adjustments to neotool (http://book.py2neo.org/en/ >> latest/neotool/

Re: [Neo4j] Re: (neo4j-shell)-[:connect_to]->(graphene)

2013-12-31 Thread Javad Karabi
nigel, thank you! this is great! On Tuesday, December 31, 2013 12:17:58 PM UTC-6, Nigel Small wrote: > > Hi Javad > > I have made some adjustments to neotool ( > http://book.py2neo.org/en/latest/neotool/) including a very basic shell > mode with auth support. This was specifically to help support

Re: [Neo4j] Re: (neo4j-shell)-[:connect_to]->(graphene)

2013-12-31 Thread Nigel Small
Hi Javad I have made some adjustments to neotool ( http://book.py2neo.org/en/latest/neotool/) including a very basic shell mode with auth support. This was specifically to help support GrapheneDB so might be able to do what you want. Cheers Nigel On 31 December 2013 17:47, Javad Karabi wrote:

[Neo4j] Re: (neo4j-shell)-[:connect_to]->(graphene)

2013-12-31 Thread Javad Karabi
i guess i should elaborate... i need to connect to the neo4j service behind authentication, but neo4j-shell doesnt seem to have an option for username or password. does this mean neo4j-shell must be somehow wrapped in an auth mechanism? On Tuesday, December 31, 2013 11:38:45 AM UTC-6, Javad Karab