ZODB for beginners - the most simple example ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard Shea

    ZODB for beginners - the most simple example ?

    Hi - I'm trying to use ZODB but I'm having trouble getting started.
    Can anyone point me at a very simple example ?

    I've had a look at 'ZODB/ZEO Programming Guide'
    (http://zope.org/Wikis/ZODB/FrontPage/guide/node2.html) but although
    it's good stuff it's not clear to me how the pieces of example fit
    together to produce something that works.

    I've also read 'Introduction to the Zope Object Database'
    (http://www.python.org/workshops/2000...ton/zodb3.html)
    which has good examples but they rely on a module called 'PTextIndex'
    which (as far as I can see) is not defined anywhere.

    So if anyone could point me at a very, very simple ZODB usage example
    I'd be very grateful (and I should just say that both of the above
    resources are very helpful so thanks to their authors).

    thanks

    Richard.
  • bobb

    #2
    Re: ZODB for beginners - the most simple example ?

    I'd try the zope@zope.org group.

    "Richard Shea" <richardshea@fa stmail.fm> wrote in message
    news:282f826a.0 403272353.39a80 af6@posting.goo gle.com...[color=blue]
    > Hi - I'm trying to use ZODB but I'm having trouble getting started.
    > Can anyone point me at a very simple example ?
    >
    > I've had a look at 'ZODB/ZEO Programming Guide'
    > (http://zope.org/Wikis/ZODB/FrontPage/guide/node2.html) but although
    > it's good stuff it's not clear to me how the pieces of example fit
    > together to produce something that works.
    >
    > I've also read 'Introduction to the Zope Object Database'
    >[/color]
    (http://www.python.org/workshops/2000...lton/zodb3.htm
    l)[color=blue]
    > which has good examples but they rely on a module called 'PTextIndex'
    > which (as far as I can see) is not defined anywhere.
    >
    > So if anyone could point me at a very, very simple ZODB usage example
    > I'd be very grateful (and I should just say that both of the above
    > resources are very helpful so thanks to their authors).
    >
    > thanks
    >
    > Richard.[/color]


    Comment

    • DH

      #3
      Re: ZODB for beginners - the most simple example ?

      Richard Shea wrote:[color=blue]
      > Hi - I'm trying to use ZODB but I'm having trouble getting started.
      > Can anyone point me at a very simple example ?
      >
      > I've had a look at 'ZODB/ZEO Programming Guide'
      > (http://zope.org/Wikis/ZODB/FrontPage/guide/node2.html) but although
      > it's good stuff it's not clear to me how the pieces of example fit
      > together to produce something that works.
      >
      > I've also read 'Introduction to the Zope Object Database'
      > (http://www.python.org/workshops/2000...ton/zodb3.html)
      > which has good examples but they rely on a module called 'PTextIndex'
      > which (as far as I can see) is not defined anywhere.
      >
      > So if anyone could point me at a very, very simple ZODB usage example
      > I'd be very grateful (and I should just say that both of the above
      > resources are very helpful so thanks to their authors).[/color]

      You're right, it's hard to find a simple, complete example. The ZODB
      download doesn't include any examples either.
      This article has an example, although it is over 3 years old:

      Comment

      • Richard Shea

        #4
        Re: ZODB for beginners - the most simple example ?

        DH <no@sp.am> wrote in message news:<jo2dnUsFt u39mPrd4p2dnA@c omcast.com>...[color=blue]
        > Richard Shea wrote:[color=green]
        > > Hi - I'm trying to use ZODB but I'm having trouble getting started.
        > > Can anyone point me at a very simple example ?
        > >
        > > I've had a look at 'ZODB/ZEO Programming Guide'
        > > (http://zope.org/Wikis/ZODB/FrontPage/guide/node2.html) but although
        > > it's good stuff it's not clear to me how the pieces of example fit
        > > together to produce something that works.
        > >
        > > I've also read 'Introduction to the Zope Object Database'
        > > (http://www.python.org/workshops/2000...ton/zodb3.html)
        > > which has good examples but they rely on a module called 'PTextIndex'
        > > which (as far as I can see) is not defined anywhere.
        > >
        > > So if anyone could point me at a very, very simple ZODB usage example
        > > I'd be very grateful (and I should just say that both of the above
        > > resources are very helpful so thanks to their authors).[/color]
        >
        > You're right, it's hard to find a simple, complete example. The ZODB
        > download doesn't include any examples either.
        > This article has an example, although it is over 3 years old:
        > http://www.informit.com/articles/article.asp?p=23413[/color]
        Thanks for that - it looks great, I'll have a go.

        regards

        richard.

        Comment

        • Richard Shea

          #5
          Re: ZODB for beginners - the most simple example ?

          "bobb" <rawbobb@hotmai l.com> wrote in message news:<YdD9c.637 8$hS3.450@nwrdn y03.gnilink.net >...[color=blue]
          > I'd try the zope@zope.org group.[/color]
          OK thanks for the tip.

          regards

          richard

          [color=blue]
          >
          > "Richard Shea" <richardshea@fa stmail.fm> wrote in message
          > news:282f826a.0 403272353.39a80 af6@posting.goo gle.com...[color=green]
          > > Hi - I'm trying to use ZODB but I'm having trouble getting started.
          > > Can anyone point me at a very simple example ?
          > >
          > > I've had a look at 'ZODB/ZEO Programming Guide'
          > > (http://zope.org/Wikis/ZODB/FrontPage/guide/node2.html) but although
          > > it's good stuff it's not clear to me how the pieces of example fit
          > > together to produce something that works.
          > >
          > > I've also read 'Introduction to the Zope Object Database'
          > >[/color]
          > (http://www.python.org/workshops/2000...lton/zodb3.htm
          > l)[color=green]
          > > which has good examples but they rely on a module called 'PTextIndex'
          > > which (as far as I can see) is not defined anywhere.
          > >
          > > So if anyone could point me at a very, very simple ZODB usage example
          > > I'd be very grateful (and I should just say that both of the above
          > > resources are very helpful so thanks to their authors).
          > >
          > > thanks
          > >
          > > Richard.[/color][/color]

          Comment

          Working...