Home > Python > MichiPUG this week: ZODB

MichiPUG this week: ZODB

June 30th, 2008

The Michigan Python Users Group (MichiPUG) monthly meeting is coming up this Thursday, July 3rd at 7PM. This month, I’ll be speaking about the Zope Object Database (ZODB). Unlike last month’s meeting, where I led us in a random experiment with Google App Engine, I actually have some experience with the ZODB.

I’ll be demonstrating use of the ZODB and will talk about concurrency, replication, packing, etc. If you’re not familiar with the ZODB (and you’re somewhere near Ann Arbor!), this is a useful topic to get to know, because the ZODB is great for a variety of situations.

Update (May 13, 2009): You can see my examples from this talk.

Python ,

  1. Martijn Faassen
    June 30th, 2008 at 15:44 | #1

    Hey, nice that you’re doing this, Kevin! I think the ZODB could use some more exposure.

  2. July 1st, 2008 at 13:18 | #2

    Thanks, Martijn! I agree that the ZODB needs more exposure. It’s so darn easy to use, there’s no reason to reach for a more cumbersome RDBMS in many instances.

  3. May 13th, 2009 at 00:24 | #3

    Kevin, I read in a mail list somewhere that you were considering a screencast of your ZODB presentation. Did that ever happen? Just curious as I am intrigued…

  4. May 13th, 2009 at 06:23 | #4

    No, I don’t believe I ever did record a screencast of this. I *did* do the presentation again at a conference, but I don’t think that was recorded.

  5. May 13th, 2009 at 17:18 | #5

    I hate to bug you about a presentation you made a year ago, but do the slides still exist? I’ve seen some older documentation on the Zope site and IBM, but I’m not always the sharpest spoon in the toolbox. Any URL pointers would be greatly appreciated.

  6. May 13th, 2009 at 20:45 | #6

    I don’t think the slides would be useful, but I’ve attached (to the original post above) the examples that I used which you may find useful.

  7. May 14th, 2009 at 13:10 | #7

    Many thanks Kevin.

  1. No trackbacks yet.