Re: [Neo4j] [Help] Spring Data + Neo4J : XML Configuration => no XSD ?

2016-04-15 Thread 'Michael Hunger' via Neo4j
SDN 4 has no XML configuration anymore. Use Java config please. See the docs for more details. On Fri, Apr 15, 2016 at 8:07 PM, Issam El Hachimi wrote: > Hello guys, > > I want to start a project with Spring Data + Neo4J. > When app is starting, I have this problem :

Re: [Neo4j] Using Neo4j in java application

2016-04-15 Thread 'Michael Hunger' via Neo4j
Both work it depends on your use-case. What kind of analysis do you want to do? Michael On Thu, Apr 14, 2016 at 10:42 PM, Cherie Pun wrote: > Hi, > > I am looking into storing twitter data into graph database for some > relation analysis. I am hoping to use neo4j but

[Neo4j] Using Neo4j in java application

2016-04-15 Thread Cherie Pun
Hi, I am looking into storing twitter data into graph database for some relation analysis. I am hoping to use neo4j but I am a bit lost as to how to start using it in my java application. I have read online that it's easier to use spring but I have not used spring at all before. I found two

[Neo4j] [Help] Spring Data + Neo4J : XML Configuration => no XSD ?

2016-04-15 Thread Issam El Hachimi
Hello guys, I want to start a project with Spring Data + Neo4J. When app is starting, I have this problem : Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/data/neo4j]|Offending resource: ServletContext resource

[Neo4j] Is the Muninn Page Cache related to the Muninn Flash Key-Value Store?

2016-04-15 Thread Telmo Henrique Valverde da Silva
A few weeks ago I asked on Stack Overflow about a doubt I had concerning the Neo4j page cache mechanism (which sadly went unanswered here ), but today I have another question about the topic which

[Neo4j] Re: K-hop Query Using Cypher

2016-04-15 Thread Kamilos
okay perfect thanks :) -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

[Neo4j] Re: How to Connect with Geo server

2016-04-15 Thread eswar reddy
actually I am trying to connect with geo server my own implementation. so could you please tell me which classes are using to connect with geo server. I am doing RND on neo4j to connect my own way. I have observe that you are using kernel and spatial plugins and few class ,I want some more

Re: [Neo4j] About indexes

2016-04-15 Thread Benoit Simard
Hi, In Neo4j there is two kinds of index : * Schema indexes (via create index or create constraint) * Legacy indexes All those indexes are internally made with Lucene. When you use legacy indexes, you can configure them like it's describe here :