[Neo] Choosing between a property or a node

2010-02-18 Thread Max De Marzi Jr.
Hello, What is the proper way to handle things that have only a few choices like: gender (male/female/unknown) status (active, inactive, purged) race(10 choices + other) etc. As properties of a Person node, or as nodes that link to the Person node? Pros or Cons of each method? How about someth

[Neo] REST API, newbie question

2010-02-18 Thread Paolo Stancato
Hi there! I'm very excited about neo4j and yesterday I've read a post[1] in which mention a REST API that is in the lab. I've checked out the code, but unfortunately I don't have any grasp on Java projects and I don't know how to build it. The question is, is there any mini doc or reference on ho

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] Podcast on Neo4j

2010-02-18 Thread Peter Neubauer
Hi folks, in case you are interested, there is a podcast at http://chariottechcast.qb1.libsyn.com/index.php?post_id=583583 on Neo4j. Cheers, /peter neubauer COO and Sales, Neo Technology GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linke

[Neo] Obtaining cache statistics

2010-02-18 Thread Georg M. Sorst
Hey list, what would be the best way to obtain cache statistics from Neo4j, stuff like hit / miss ratio for the node / relationship cache etc. I guess I could always try profiling and check for the relevant methods but is there a better way? More generally speaking, if your application is slow

Re: [Neo] filtering content based on tags in multiple levels

2010-02-18 Thread Sumanth Thikka
Thank you all for your valuable suggestions. Will inform you once it is successfully implemented. :) On Thu, Feb 18, 2010 at 5:44 PM, Johan Svensson wrote: > Hi, > > Another way would be to use the graph matching component. Have a look > at this thread: > > http://lists.neo4j.org/pipermail/user/

[Neo] Neo4jr-simple related doubts

2010-02-18 Thread Sumanth Thikka
Hey, Some clarifications needed regarding the usage of Neo4jr-simple. 1) Does Neo4jr-simple contain all the functionalities available with Neo4j? 2) Some RDocs for neo4jr-simple 3) We had a look at neo4jr-social example implemented. Is it the best implementation available with neo4jr-simple or do

Re: [Neo] filtering content based on tags in multiple levels

2010-02-18 Thread Johan Svensson
Hi, Another way would be to use the graph matching component. Have a look at this thread: http://lists.neo4j.org/pipermail/user/2010-February/002722.html Regards, -Johan On Thu, Feb 18, 2010 at 8:49 AM, Raul Raja Martinez wrote: > Hi Sumanth, > > You can have all your questions and answers be

[Neo] Testing Neo4j recovery robustness

2010-02-18 Thread Mattias Persson
Hi, Robustness in Neo4j is top priority and that includes the recovery procedure being very robust as well. Recently I've created a tiny little test which at first inserts some data (in a tree-like structure) and then lets loose a random number of threads which modifies that tree in all ways possi