[Neo4j] Db connections as we do in mysql ,oracle etc..

2011-10-26 Thread Emil Dombagolla
Hi All. We are doing application with Neo4j for the fist time. Can we connect to the database server with having multiple connections same time. Do we have connection strings as we have in mysql,orcale etc.. I want to see the graph changes using neoclipse while we do our developements. Is

Re: [Neo4j] Db connections as we do in mysql ,oracle etc..

2011-10-26 Thread Jim Webber
Hi Emil, When you're using Neo4j in embedded mode, only the hosting process can directly access the data store. If you're using it in server mode, then any number of HTTP clients can concurrently access the database through the Web API. However, Neo4j is totally thread safe so you can have

Re: [Neo4j] Db connections as we do in mysql ,oracle etc..

2011-10-26 Thread Mattias Persson
: [Neo4j] Db connections as we do in mysql ,oracle etc.. Hi All. We are doing application with Neo4j for the fist time. Can we connect to the database server with having multiple connections same time. Do we have connection strings as we have in mysql,orcale etc.. I want to see the graph

Re: [Neo4j] Db connections as we do in mysql ,oracle etc..

2011-10-26 Thread Bill Baker
- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Mattias Persson Sent: Wednesday, October 26, 2011 8:15 AM To: Neo4j user discussions Subject: Re: [Neo4j] Db connections as we do in mysql ,oracle etc.. Have you tried the data visualizer in webadmin (http

Re: [Neo4j] Db connections as we do in mysql ,oracle etc..

2011-10-26 Thread Mattias Persson
To: noppanitnoppani...@gmail.com Subject: [Neo4j] Db connections as we do in mysql ,oracle etc.. Hi All. We are doing application with Neo4j for the fist time. Can we connect to the database server with having multiple connections same time. Do we have connection strings as we have