Re: [ZODB-Dev] Persisting Python objects in MongoDB

2011-11-08 Thread Pedro Ferreira
as you might have seen from my checkins on Friday, I released mongopersist. In short, it implements a persistence backend in MongoDB (that, with a little bit of effort, could be used as a ZODB replacement in Zope): http://pypi.python.org/pypi/mongopersist Sweet! Thanks a lot for this great

Re: [ZODB-Dev] Persisting Python objects in MongoDB

2011-11-08 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Very cool and excellent work. Andreas Stephan Richter wrote: Hi everyone, as you might have seen from my checkins on Friday, I released mongopersist. In short, it implements a persistence backend in MongoDB (that, with a little bit of effort,

Re: [ZODB-Dev] Persisting Python objects in MongoDB

2011-11-08 Thread Stephan Richter
On Tuesday, November 08, 2011 07:25:34 AM Andreas Jung wrote: Very cool and excellent work. Thanks very much! I appreciate it, especially after your initial reaction on the #mongo IRC channel. :-) Regards, Stephan -- Entrepreneur and Software Geek Google me. Zope Stephan Richter

Re: [ZODB-Dev] Persisting Python objects in MongoDB

2011-11-08 Thread Roger
- bounces+dev=projekt01...@zope.org] Im Auftrag von Stephan Richter Gesendet: Dienstag, 8. November 2011 19:50 An: li...@zopyx.com Cc: zodb-dev@zope.org Betreff: Re: [ZODB-Dev] Persisting Python objects in MongoDB On Tuesday, November 08, 2011 07:25:34 AM Andreas Jung wrote: Very cool

Re: [ZODB-Dev] Persisting Python objects in MongoDB

2011-11-08 Thread Stephan Richter
On Wednesday, November 09, 2011 05:41:33 AM Roger wrote: I still think it's just wrong to implement multi-object transactions with a mongodb backend. And this is what mongopersist is based on. I have not made any claim on how to use the code. You can call transaction.commit() after each object

Re: [ZODB-Dev] Persisting Python objects in MongoDB

2011-11-08 Thread Roger
Hi Stephan Betreff: Re: AW: [ZODB-Dev] Persisting Python objects in MongoDB On Wednesday, November 09, 2011 05:41:33 AM Roger wrote: I still think it's just wrong to implement multi-object transactions with a mongodb backend. And this is what mongopersist is based on. I have not made