Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-08-01 Thread BatiG
I'm not sure to understand because how could I configure neo4j server whith the org.apache.commons.configuration.Configuration? Wich property do I need to add for having the access to the port 7575 secured by a password? Thanks -- View this message in context:

Re: [Neo4j] Remote database contents inspection

2011-08-01 Thread Michael Hunger
Dima, thanks for pointing that out. We'll add it to the documentation. The Neo4j-Server is not hosted at maven-central, because it is more of a product than a library, which you normally just download as installable archive. Only if you develop server-extensions (or right now want to run

[Neo4j] Is Node Interface?

2011-08-01 Thread Manav Goel
Hi This may seem a silly question but the fact is I am still new to java so maybe I dont know. In neo4j Api I noticed Node is said to be interface. If Node is interface then how can it be instantiated as object. As far as I know you cannot instantiate an interface object. So why

Re: [Neo4j] Is Node Interface?

2011-08-01 Thread Michael Hunger
All the node instances that you need will provided to you via the GraphDatabaseService API, create an instance of EmbeddedGraphDatabaseService and use its methods to find and created nodes and relationships. See these tutorials: http://docs.neo4j.org/chunked/milestone/tutorials.html

Re: [Neo4j] Synchronization of EmbeddedReadOnlyGraphDatabase - Bug?

2011-08-01 Thread Jim Webber
Hi Mathias, EmbeddedReadOnlyGraphDatabase is not quite what it seems, and I think should be deprecated/removed. The correct way for database instances to become consistent is through the HA protocol. Jim ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] neo4j.py install problems

2011-08-01 Thread Jacob Hansson
Hey Eddy, sorry about the late reply, I'm on vacation, so I've been checking email rather sporadically. I'm not sure exactly what causes your problem, since we seem to have lost the nested exception at some point (presumably a java/jpype/python thing), but generally, what you are seeing is the

[Neo4j] How to run webadmin for high availability neo4j custer?

2011-08-01 Thread dhsieh
I installed a 2-node HA neo4j linux cluster based on instructions provided in http://wiki.neo4j.org/content/High_Availability_Cluster. For standalone deafult neo4j server there is a neo4j-server.properties file in which it contains a line org.neo4j.server.webserver.port=7474 that allows webadmin

Re: [Neo4j] How to run webadmin for high availability neo4j custer?

2011-08-01 Thread Andreas Kollegger
Hello, Each node in the HA cluster will have a webadmin available. If you're running multiple instances on the same machine, you will need to adjust the ports to avoid clashes. Are you just setting up for testing, or is this a production environment? Cheers, Andreas On Aug 1, 2011, at

Re: [Neo4j] Synchronization of EmbeddedReadOnlyGraphDatabase - Bug?

2011-08-01 Thread Tobias Ivarsson
I think a bit of elaboration might be in order. EmbeddedReadOnlyGraphDatabase was created for one specific purpose: Being able to interactively introspect a graph without having to shut down the application that uses it. Specifically the tools that we wanted to support with this were the Neo4j

Re: [Neo4j] Synchronization of EmbeddedReadOnlyGraphDatabase - Bug?

2011-08-01 Thread Rick Bullotta
FWIW, I really like the idea of a remote API. Not only for tooling, but as an alternative to bulkier and more abstracted REST APIs. One way to think of it could be a high performance, binary-formatted REST API - if the overhead of HTTP isn't too much (and I seriously doubt that it would be -

Re: [Neo4j] How to run webadmin for high availability neo4j custer?

2011-08-01 Thread dhsieh
The HA cluster is for testing initially. If everything works fine, we'll need to put them in production. if you have detailed production installation guide, that will be great. It appears that there are additonal setup procedure for the Neo4j coordinators. We also need similar weadmin or other

[Neo4j] HyperEdges unify Relationships and Properties

2011-08-01 Thread Niels Hoogeveen
Last couple of days I have worked improving upon the Enhanced API and made some progress unifying Properties and Relationships. For some time, I have wanted to have a traverser which I can set up so that it returns a collection of properties. After all what we want to present in an

Re: [Neo4j] Collaborative filtering in Cypher

2011-08-01 Thread Marko Rodriguez
Hi, Hi, I'm new to graph databases and have been trying to understand the power of Cypher and/or Gremlin as a way to develop suggestion queries. I've watched a few webinars and read through some of the documentation but I've had a hard time figuring out complex suggestion type queries other

Re: [Neo4j] How to run webadmin for high availability neo4j custer?

2011-08-01 Thread Andreas Kollegger
We don't have a guide specifically about transitioning from a testing environment to production, though the HA and database tuning sections of the manual will be most relevant when you're going through that exercise. The coordinators are, at the moment, deployed as a zookeeper cluster. The

Re: [Neo4j] How to run webadmin for high availability neo4j custer?

2011-08-01 Thread dhsieh
As I mentioned earlier in this thread, I have installed a 2-node neo4j HA server cluster with 3-node zookeeper as described in your wiki http://wiki.neo4j.org/content/High_Availability_Cluster. I wonder if the same steps are also the recommendation to deploy in Production? The reason I ask is

[Neo4j] graph weight scheme design advice

2011-08-01 Thread Boris Kizelshteyn
Howdy Graphistas! I hope someone with graph modeling experience can help me with a pattern I'm working on. I have two kinds of edges that may connect nodes, one is very heavy meaning that it has a high weight and if two nodes are connected by it this relationship it is very important, but there