[Neo4j] Help to sort comments list

2016-04-12 Thread Victor Hugo Marques da Fonseca
Hello everyone! My application has an object "comments" where users can rate each comment as "positive" and "negative", I want to sort my comments based on a count (number of positive - amount of negative) based on that score I want to sort comments through a cypher query. Does anyone know

Re: [Neo4j] Problem in starting Neo4j Server

2016-04-12 Thread 'Michael Hunger' via Neo4j
Can you share your log files? you should see them under "Options". Did you change/update the Neo4j version ? On Tue, Apr 5, 2016 at 12:15 PM, Asma Rani < asma.r...@pilani.bits-pilani.ac.in> wrote: > Hello Sir, > > I am working with provenance storage in graph database as provenance is a > tree

Re: [Neo4j] from Spreadsheets to Graph vs relational for School Use-Case

2016-04-12 Thread 'Michael Hunger' via Neo4j
Richard, I think you understood the graph data model well enough to get started, I recommend to take the online intro course to get up to speed with the query language. it should be easy to get your data imported into Neo4j with LOAD CSV + MERGE for hosting there are cloud hosting offerings for

Re: [Neo4j] How to Connect with Geo server

2016-04-12 Thread 'Michael Hunger' via Neo4j
Can you explain your use-case a bit more? Neo4j Spatial is a GIS library for Neo4j that can be connected to GeoServer. http://neo4j-contrib.github.io/spatial/#spatial-geoserver On Tue, Apr 12, 2016 at 11:03 AM, eswar reddy wrote: > HI Team > I want to make a connection

Re: [Neo4j] cypher request

2016-04-12 Thread 'Michael Hunger' via Neo4j
The optional match is like an outer join MATCH (s:Student) OPTIONAL MATCH (s)-[:REGISTRATIOn]->(c:Course) WITH s, count(c) as courses RETURN s.name, s.intelligence, courses On Tue, Apr 12, 2016 at 12:19 PM, Marwa Elabri wrote: > please can one help me to find a solution

[Neo4j] How to Connect with Geo server

2016-04-12 Thread eswar reddy
HI Team I want to make a connection with geo server .could you please give a detailed document .and if you have any jar or any easiest way -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from

[Neo4j] cypher request

2016-04-12 Thread Marwa Elabri
please can one help me to find a solution to this request i have in my database this schema (student)-[registration]-(course) for the node student i have the property : intillegence for the node course i have the property : difficulty i want to recupere the inteliggence of student those who