[Neo4j] High availability embedded server in python

2011-04-28 Thread Hammad
hi, can we use the neo4j embedded server in high availability mode in python using neo4j.py wrapper. -- HUK ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

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 j...@neotechnology.com wrote: Hi Chris, The Neo4j tutorial that Ian Robinson and I are working on has a (PowerPoint) slide deck

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

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

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 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 nicolas.joua...@gmail.comwrote: Hi Andreas, I'm currently looking at class OSGiExtensionLoader and I wonder what's the final

[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] 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 ja...@jamesthornton.com How do you configure neo4j not to reuse IDs? Thanks. - James -- View this message in context:

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:

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

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