[Neo4j] Neo4j 3.0 failed to start after reboot ubuntu 14.04

2016-05-06 Thread Eran Hazout
Hi all, I just installed Neo4j 3.0 through apt-get on ubuntu 14.04. after rebooting the server I see that neo4j is running on "htop" but when I do #service neo4j status I get this: Neo4j is not running Tried to exec: #service neo4j restart and I get: Neo4j not running Starting Neo4j.

[Neo4j] Creating unique nodes via Neo4j java OGM

2016-05-06 Thread Marcel Koopman
Hello, How do I create unique nodes (for instance by name property)? When I do session.save(node), i get duplicate nodes. Should I query every time I want to save for a possible existing node? What is the preferred way? Kind regards, Marcel Koopman -- You received this message because you are

[Neo4j] neo4j 3.0 + Safari 9.1

2016-05-06 Thread Joshua Bae
Hi I often find that *I cannot make spaces* in the coding window, which makes me restart the browser or copy codes from below cards. I had to switch my default browser to chrome. Would you check this issue? -- You received this message because you are subscribed to the Google Groups "Neo4j"

[Neo4j] Neo4J New Bolt Driver for Python

2016-05-06 Thread Sriram Mohan
I am new to Neo4J and playing around with Neo4J3.0 and the bolt driver for Python. Is the new driver limited to querying Neo4J using Cypher or can we programatically create Nodes, relationships, graphs similar to the options available in Py2Neo. -- You received this message because you are

[Neo4j] Neo4j-spring-data(4.1.1) self relationship (parent-child) is duplicated

2016-05-06 Thread pulkit mehra
I am using spring-data-4.1.1 & Neo4j 2.3.2 with ogm annotations Below is my entity @NodeEntity(label = "Component") public class Component extends BaseEntity { . @Relationship(type = Relation.LINK_TO) private Set links = new

[Neo4j] Re: Using Neo4j Community edition in commercial applications

2016-05-06 Thread Dennis O
Hi @Levi, Could you please elaborate on the "running inside your organization" phrase on that licensing page? Let's say I'd like to build a social network with neo4 Community, with all servers in AWS, does this still count as "running inside your organization"? Thank you, D On Monday,

[Neo4j] Diff two graphs

2016-05-06 Thread MS
Hi, Is there a way in which a diff report can be created between two similar graphs. The goal is to understand evolution by comparing two nodes their child nodes their attributes and edges. Thanks, MS -- You received this message because you are subscribed to the Google Groups "Neo4j"

[Neo4j] Re: Grass files are cool...

2016-05-06 Thread koen
Hi, i noticed the same. Btw when you use an other character such as an equal sign it "works" 'K= {key}' I was also not able to show both he TYPE and an attribute/property value on the caption of a relationship.. so for example the combined caption of '{weight} ' doe not work.. is