Re: [Neo4j] [Neo] Event framework has landed

2010-06-11 Thread Mattias Persson
I tried performance of BabuDB recently. I'm not very used to key-value stores, but I chose this layout of the keys/values: key: key|value|id value: id I chose this layout since there can be many nodes (ids) indexed for each given key/value pair. Now, I found the insertion performance to be

Re: [Neo4j] [Neo] Event framework has landed

2010-06-11 Thread Tobias Ivarsson
On Fri, Jun 11, 2010 at 12:20 PM, Mattias Persson wrote: > I tried performance of BabuDB recently. I'm not very used to key-value > stores, but I chose this layout of the keys/values: > > key: key|value|id > value: id > I might be missing something here, but from my interpretation, what you

Re: [Neo4j] [Neo] Event framework has landed

2010-06-11 Thread Mattias Persson
2010/6/11 Tobias Ivarsson : > On Fri, Jun 11, 2010 at 12:20 PM, Mattias Persson > wrote: > >> I tried performance of BabuDB recently. I'm not very used to key-value >> stores, but I chose this layout of the keys/values: >> >>   key: key|value|id >>   value: id >> > > I might be missing something he

Re: [Neo4j] [Neo] Event framework has landed

2010-06-11 Thread Tobias Ivarsson
On Fri, Jun 11, 2010 at 12:54 PM, Mattias Persson wrote: > > BabuDb has a > > db.prefixLookup( "key|value|" ) > > method so that's the one I'm using. > I wonder how well that scales. I'd like to see some performance figures from indexing massive volumes and then doing lookup based on prefixLoo

Re: [Neo4j] Neo4j spatial within distance query

2010-06-11 Thread Peter Neubauer
Paddy, not sure I have superdeep expertise in routing, but there is another project, done in neo4j with JRuby, over at http://github.com/andreasronge/neo4j/tree/master/examples/railway/ that might give you some more info. Not sure it is has any advanced routing logic, but feel free to check it out!

Re: [Neo4j] how to include neo4j package in java application

2010-06-11 Thread Anders Nawroth
Hi! I added some pre-configured projects for use in Eclipse, NetBeans or with any IDE supporting Maven. http://wiki.neo4j.org/content/Getting_Started_With_Apoc#In_your_IDE /anders On 06/08/2010 11:26 PM, Mayank Grover wrote: > hi users, > im trying to wrk on an example which uses neo4j embedd

Re: [Neo4j] [Neo] Shut down the NeoClipse

2010-06-11 Thread Rich Morin
Is there a web page that lists general resources (eg, papers, weblog entries) on graph databases, etc? If not, please send me suggestions and I'll put something together... -r -- http://www.cfcl.com/rdmRich Morin http://www.cfcl.com/rdm/resume r...@cfcl.com http://www.cfcl.com/rd

[Neo4j] general resources on graph databases?

2010-06-11 Thread Rich Morin
Is there a web page that lists general resources (eg, papers, weblog entries) on graph databases, etc? If not, please send me suggestions and I'll put something together... -r P.S. Sorry about the previous, cross-threaded posting. I'm having some bouts of fumblefingers today... -- http:

Re: [Neo4j] [Neo] Event framework has landed

2010-06-11 Thread Atle Prange
Regarding the performance: I have tried to tweak Babudb, but could not get any more out of it than you did. I guess when you put 5M entries at once, there is only so much tweaking one can do. (At least for babudb). It seems odd though, since babudb is a less complicated framework, with less featur