Re: [Neo] Neoclipse FTW!

2010-03-04 Thread Mattias Persson
It's possible to connect to a running Neo4j instance by exposing it as a server using http://components.neo4j.org/neo4j-remote-graphdb/ and entering the resource URI in the settings of Neoclipse. (the resource URI will take precedence over the database directory setting) This is just veeery

Re: [Neo] Neoclipse FTW!

2010-03-04 Thread Anders Nawroth
Hi! I looked into this today, and realized that the trunk version of Neoclipse didn't build correctly. Should be fixed now. I also expanded a bit on the information given here: http://wiki.neo4j.org/content/Neoclipse#Running.2Fbuilding_from_source_code And, last but not least, I uploaded a

Re: [Neo] Neoclipse FTW!

2010-03-04 Thread Anders Nawroth
Hi! Mattias Persson wrote: I would be nice to just point to a path as usual and have a checkbox which says Read-only mode so that it can connect to a database which is in use in another place, without doing any extra config or such just a checkbox. Would that be possible? Yep,

[Neo] Using Neoclipse

2010-03-04 Thread Amir Hossein Jadidinejad
Hi, I'm checking getting started guide, it's great. Currently, I want to visualise my graph db using Neoclipse. After the installation using the update site, I have Neo4j perspective in my Eclipse IDE, but I don't know how to visualise my graph?! Kind regards, Amir

[Neo] Undirected relationships

2010-03-04 Thread Amir Hossein Jadidinejad
Hi, I'm going to setup a Nearest Neighbour Graph. Its relations are not directed. How to define undirected relationships in Neo4j? By the way, I'm confused with relations! check the following codes to create a simple graph:         GraphDatabaseService graphDb = new EmbeddedGraphDatabase(var);  

Re: [Neo] Undirected relationships

2010-03-04 Thread Rick Bullotta
Hi, Amir. That is because you are calling getEndNode() when printing the output, which is a direction-specific method. You should be calling getOtherNode(). Regards, Rick -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Amir

Re: [Neo] Undirected relationships

2010-03-04 Thread Peter Neubauer
Damn Rick, you beat me with 10 seconds on the answer! Cheers, /peter neubauer COO and Sales, Neo Technology GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer

Re: [Neo] Undirected relationships

2010-03-04 Thread Rick Bullotta
That means that you buy the first round of beers next week at the NoSQL conference... -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Peter Neubauer Sent: Thursday, March 04, 2010 5:18 PM To: Neo user discussions Subject: Re: [Neo]

[Neo] Philadelphia and Boston Neo4j meetup next week!

2010-03-04 Thread Peter Neubauer
Hi folks, I am going to present at NoSQL Live in Boston next week, http://www.10gen.com/events - feel free to join, and thanks to 10gen for organising! However, on Tuesday, there is a Neo4j meetup in Philadelphia going on. If you wanna meet up for some relationship building, welcome at

Re: [Neo] Philadelphia and Boston Neo4j meetup next week!

2010-03-04 Thread Rick Bullotta
Will try to get there. I don't want to sign up for Ning, though (social network overload!) - who can we RSVP to in an old school way...? -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Peter Neubauer Sent: Thursday, March 04, 2010

Re: [Neo] Undirected relationships

2010-03-04 Thread Peter Neubauer
Sure! I promise the first 100 mailinglist members showing up in Boston or Philly 1 (one) free beer :) Cheers, /peter neubauer COO and Sales, Neo Technology GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter

Re: [Neo] Using Neoclipse

2010-03-04 Thread Anders Nawroth
Hi Amir! First, try updating the plugin, as I just uploaded a more recent version (0.4.1)! As Neoclipse tries to traverse starting from the reference node, it could be a good idea to connect your graph to it as well. There is also a shortcut to start traversing at a specific node: enter the

Re: [Neo] Neoclipse FTW!

2010-03-04 Thread Anders Nawroth
Hi! I have now uploaded a Neoclipse standalone built against Neo4j kernel version 1.0. It also includes a few bug fixes and minor improvements. Download from here: http://eclipse.neo4j.org/neoclipse-standalone/ /anders Rick Bullotta wrote: Well, the good news is that I finally got