Re: [Neo] Why is the property graph convenient?

2010-05-08 Thread Pierre Ducrot
Do you draw them manually or can you export or display directly from neo4j using some java library/code? -Message d'origine- De : user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] De la part de Marko Rodriguez Envoyé : samedi 8 mai 2010 21:18 À : Neo user discussions Obj

Re: [Neo] Why is the property graph convenient?

2010-05-08 Thread Pierre Ducrot
Hi, Thanks for this. It makes things clear. What engine do you use for the display? Pierre -Message d'origine- De : user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] De la part de Marko Rodriguez Envoyé : samedi 8 mai 2010 15:24 À : Neo user discussions Objet : [Neo] Why

Re: [Neo] Default Node

2010-03-02 Thread Pierre Ducrot
make use of it. Cheers, Pierre Le 2 mars 2010 à 21:44, Georg M. Sorst a écrit : > > Hi Pierre, > > so far I have never found the need to redeclare the reference node. > Could you give an idea of what you are trying to do? > > Cheers, > Georg > > Anders Naw

Re: [Neo] Default Node

2010-03-02 Thread Pierre Ducrot
w.tinkerpop.com - Processing for Internet-scale graphs. http://www.thoughtmade.com - Scandinavias coolest Bring-a-Thing party. On Tue, Mar 2, 2010 at 7:37 AM, Tobias Ivarsson wrote: > No, nodes that have been created keep their ids for ever. > > /Tobias > > On Mon, Mar 1, 2010 at 10

Re: [Neo] Default Node

2010-03-01 Thread Pierre Ducrot
nkerpop.com - Processing for Internet-scale graphs. > http://www.thoughtmade.com - Scandinavias coolest Bring-a-Thing party. > > > > On Mon, Mar 1, 2010 at 7:23 PM, Pierre Ducrot > wrote: >> Hi Peter, >> >> Actually not, I'm using eclipse directly, creat

Re: [Neo] Default Node

2010-03-01 Thread Pierre Ducrot
- Your high performance graph database. > http://www.tinkerpop.com - Processing for Internet-scale graphs. > http://www.thoughtmade.com - Scandinavias coolest Bring-a-Thing party. > > > > On Mon, Mar 1, 2010 at 6:22 PM, Pierre Ducrot > wrote: >> Hi, >> >>

[Neo] Default Node

2010-03-01 Thread Pierre Ducrot
Hi, It seems as if EmbeddedGraphDatabase("var/db") by default create a node with ID = 0 if the database doesn't exist. Is it possible to create an empty database so that node ID = 0 would the first node created using g.createNode() Kind regards, Pierre _

Re: [Neo] Create/Modify Graph

2010-02-18 Thread Pierre Ducrot
Hi all, Indeed, none of the nodes are connected to a reference node. I'd like the graph to keep containing subgraphs. I'll give a try with the new neoclipse, I was using 3.0. Thanks for you help, Pierre -- Date: Tue, 16 Feb 2010 19:42:00 +0100 From: Anders Nawroth S

[Neo] Create/Modify Graph

2010-02-16 Thread Pierre Ducrot
Hi, I'm new to neo4j. I successfully installed and went through the "getting started" example. I also installed neoclipse, which seems to be a nice tool to look at the graphdb. Nonetheless, I have a few questions. 1. How do I add nodes to an existing graph? So far, I created a simple graph wh