On a separate note, I am having a hard time to use your Cypher query. The only example I found was http://blog.neo4j.org/2011/06/kiruna-stol-14-milestone-4.html and it is hardly usefull. If you could, I would like to get the following info for Cypher:
(1) A step-by-step tutorial preferrably using the http://wiki.neo4j.org/content/Shell_Matrix_Example. I added the following lines to a standalone neo4j (I want to do the same in HA as well) neo4j.property file: node_auto_indexing=true node_keys_indexable=name,age relationship_auto_indexing=true relationship_keys_indexable=ROOT,KNOWS,CODED_BY so that I can use Cypher to query the Matrix example by node/egdge property values, not by node ID which is not really very usefull for those who are not familiar with the graph structure. For example, in the Cyper wiki the authors wrote: start user = (people-index, name "john") ... I am not even sure where does people-index is defined? Is it related to node_keys_indexable I have in the property file? (2) Secondly, we also want to use SPARQL as query language beyond Cypher. I want to know if there is any similar tool neo4j support as Cypher? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/How-to-run-webadmin-for-high-availability-neo4j-custer-tp3216706p3222880.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user