[Neo4j] neo4j.py + django relationship to same node type

2011-04-28 Thread Hammad
hey it my first try at using django + neo4j together. and i have already run into a problem: here is my model: from neo4j.model import django_model as neoModel class Person(neoModel.NodeModel): name = neoModel.Property(indexed=True) age = neoModel.Property() related = neoModel.Relati

Re: [Neo4j] How Do You Configure neo4j Not to Reuse IDs?

2011-04-28 Thread Tobias Ivarsson
No, that patch has not made it into the mainline. Why do you want to disable id reuse? -tobias On Thu, Apr 28, 2011 at 3:10 PM, espeed wrote: > I found the mentions of a patch from about a year ago... > > http://lists.neo4j.org/pipermail/user/2010-June/003964.html > > Has something like this w

Re: [Neo4j] Neo4j on OSGi

2011-04-28 Thread Nicolas Jouanin
I've commited a completed implementation for this class [1]. This implementation introspects bundles on their startup and register any service declared in META-INF/services as an OSGi service. I've added a filter to this behaviour, so it only does the work for bundles having the Export-Services dir

Re: [Neo4j] ClosedChannelExceptions in highly concurrent environment

2011-04-28 Thread Tobias Ivarsson
Hi Jennifer, I'd first like to thank you for the testing and analysis you've done. Very useful stuff. Do you think you could send some test code our way that reproduces this issue? This is actually the first time this issue has been reported, so I wouldn't say it is a common issue. My guess is th

Re: [Neo4j] How Do You Configure neo4j Not to Reuse IDs?

2011-04-28 Thread espeed
I found the mentions of a patch from about a year ago... http://lists.neo4j.org/pipermail/user/2010-June/003964.html Has something like this with a configuration param made it into the main branch? Thanks. - James -- View this message in context: http://neo4j-user-list.438527.n3.nabble.com/Ho

Re: [Neo4j] ClosedChannelExceptions in highly concurrent environment

2011-04-28 Thread Rick Bullotta
I'd like to learn more about this issue as well, since we also deploy on both Windows and Linux systems, and are heavily leveraging Lucene indexing with Neo4J. Thanks. Rick From: user-boun...@lists.neo4j.org [user-boun...@lists.neo4j.org] On Behalf Of

Re: [Neo4j] How Do You Configure neo4j Not to Reuse IDs?

2011-04-28 Thread Pere Urbon Bayes
I think its not possible otherwise I'm also interested with that, xD! /purbon 2011/4/28 espeed > How do you configure neo4j not to reuse IDs? > > Thanks. > > - James > > -- > View this message in context: > http://neo4j-user-list.438527.n3.nabble.com/How-Do-You-Configure-neo4j-Not-to-Reuse-IDs-

[Neo4j] How Do You Configure neo4j Not to Reuse IDs?

2011-04-28 Thread espeed
How do you configure neo4j not to reuse IDs? Thanks. - James -- View this message in context: http://neo4j-user-list.438527.n3.nabble.com/How-Do-You-Configure-neo4j-Not-to-Reuse-IDs-tp2874501p2874501.html Sent from the Neo4J User List mailing list archive at Nabble.com.

Re: [Neo4j] Question about REST interface concurrency

2011-04-28 Thread Tobias Ivarsson
The PresistenceWindows are flushed only when the transaction log is rotated. Writes to the transaction log is flushed when the transaction commits though. If you wish to look at the code for this, have a look at for instance: https://github.com/neo4j/community/blob/master/kernel/src/main/java/org

Re: [Neo4j] twitter question: does anyone wants to speak out for us (or complain)

2011-04-28 Thread Michael Hunger
José, could you please post your answer on twitter too? replying to @quicloud's tweet http://twitter.com/quicloud/status/63269377176375297 Thanks Michael Am 28.04.2011 um 11:25 schrieb José Devezas: > I've been using Neo4j for a while now and 'social' is definitely the word > that tells you i

Re: [Neo4j] Neo4j on OSGi

2011-04-28 Thread Tobias Ivarsson
Right, OSGiExtensionLoader is not completed, but it is supposed to work roughly as you have outlined. -tobias On Wed, Apr 27, 2011 at 1:07 PM, Nicolas Jouanin wrote: > Hi Andreas, > > I'm currently looking at class OSGiExtensionLoader and I wonder what's the > final purpose of this class ? > I

Re: [Neo4j] twitter question: does anyone wants to speak out for us (or complain)

2011-04-28 Thread José Devezas
I've been using Neo4j for a while now and 'social' is definitely the word that tells you it's a go. Neo4j hasn't let me down for a second. It's robust and the graph DB paradigm really works out better than the relational database when there are strong relationships between entities. I say, go for

Re: [Neo4j] Neo4j spatial

2011-04-28 Thread Peter Neubauer
Yes, see the other thread on this group. There are different ways to model this, let me know if you need more info on this. Also, there are a number of projects doing routing and scheduling with Neo4j Spatial, e.g. Patrick Fitzgeralds TransportDublin project and others ... Cheers, /peter neubauer

Re: [Neo4j] [Neo4jSpatial] Find way/region where count of things is greater/equal/less X

2011-04-28 Thread Peter Neubauer
Mmh, the number of records you can change depends on the transaction size. Guys, do we have any clue on how many updates Neo4j can do with good TX size settings? This would mean 10K updates/second ... Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 7

Re: [Neo4j] High availability embedded server in python

2011-04-28 Thread Peter Neubauer
Yes, you can in the next version, which hopefully will be GIThubbed in a few days. We are trying to have focus on it to bring it to a usable state for all of you to fork it. Right now, the basic python bindings are done, and Django integration is starting. I hope Tobias will be able to publish thi

Re: [Neo4j] free slides for Neo4j Introduction

2011-04-28 Thread Christopher Schmidt
Thx Jim, it's good to see that there is a free tutorial available. Hopefully the next step we'll take... Christopher On Thu, Apr 28, 2011 at 12:48 AM, Jim Webber wrote: > Hi Chris, > > The Neo4j tutorial that Ian Robinson and I are working on has a > (PowerPoint) slide deck associated with it.