Last week, Christopher Petrill wrote, from the conference:
Michel and Chris took a gargantuan dataset from Amos (the RPM database as RDF)
Does anyone have any further references to Amos? It seems to be something that would be useful to some work I'm embarking on (indexing some RPM's, using Python and Zope technologies), but I can find no other mention of Amos. ======================================================================= I won't rest till it's the best ... Software Production Engineer Paul Jackson (pj@sgi.com; pj@usa.net) 3x1373 http://sam.engr.sgi.com/pj
[Paul Jackson]
Last week, Christopher Petrill wrote, from the conference:
Michel and Chris took a gargantuan dataset from Amos (the RPM database as RDF)
Does anyone have any further references to Amos?
It seems to be something that would be useful to some work I'm embarking on (indexing some RPM's, using Python and Zope technologies), but I can find no other mention of Amos.
Amos is the latest generation Python-bot (for other Python-bots, see python-list@python.org or comp.lang.python, eg. /F-bot and Tim-bot). He's fully implemented using a new XML version of DTML and Jim Fulton's highly experimental ZODB-4 which has the facility to use fuzzy logic in object lookups. This means that sometimes Amos-bot can send messages to this mailing list which seem completely non-sensical. He covers this fuzziness by referring to a thing he calls 'Zope Zen', implying only those who have 'Zope Zen' (perhaps this is the DC-internal code name for ZODB-4?) can understand him. Hope this clears things up. Richard
Amos is the latest generation Python-bot (for other Python-bots, see python-list@python.org or comp.lang.python, eg. /F-bot and Tim-bot). He's fully implemented using a new XML version of DTML and Jim Fulton's highly experimental ZODB-4 which has the facility to use fuzzy logic in object lookups. This means that sometimes Amos-bot can send messages to this mailing list which seem completely non-sensical. He covers this fuzziness by referring to a thing he calls 'Zope Zen', implying only those who have 'Zope Zen' (perhaps this is the DC-internal code name for ZODB-4?) can understand him.
Hope this clears things up.
Richard
nice one centurion! ------ Dr Tony McDonald, FMCC, Networked Learning Environments Project The Medical School, Newcastle University Tel: +44 191 222 5888 Fingerprint: 3450 876D FA41 B926 D3DD F8C3 F2D0 C3B9 8B38 18A2
Heh? ZODB4? already? And ZODB3 in Zope 2 (isn't released as stable yet...) Tom. -------
Amos is the latest generation Python-bot (for other Python-bots, see python-list@python.org or comp.lang.python, eg. /F-bot and Tim-bot). He's fully implemented using a new XML version of DTML and Jim Fulton's highly experimental ZODB-4 which has the facility to use fuzzy logic in object lookups. This means that sometimes Amos-bot can send messages to this mailing list which seem completely non-sensical. He covers this fuzziness by referring to a thing he calls 'Zope Zen', implying only those who have 'Zope Zen' (perhaps this is the DC-internal code name for ZODB-4?) can understand him.
Hope this clears things up.
Richard
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
At 08:32 PM 5/27/99 -0700, Paul Jackson wrote:
Last week, Christopher Petrill wrote, from the conference:
Michel and Chris took a gargantuan dataset from Amos (the RPM database as RDF)
Does anyone have any further references to Amos?
It seems to be something that would be useful to some work I'm embarking on (indexing some RPM's, using Python and Zope technologies), but I can find no other mention of Amos.
Um, I think you're looking for Rufus, not Amos. http://rufus.w3.org/ Amos just hacked together an RDF parser to turn Rufus into something ZTables can read. If you want, I'll send you my RDF parsing code. It's not ready for prime time, but it worked OK for me. -Amos P.S. Yes, I could in fact be useful for some work you are embarking on ;-)
Amos Latteier wrote:
Um, I think you're looking for Rufus, not Amos.
Amos just hacked together an RDF parser to turn Rufus into something ZTables can read. If you want, I'll send you my RDF parsing code. It's not ready for prime time, but it worked OK for me.
Hmm, if I understand you correctly, you're talking about an offline RDF parser, correct? What would it take to turn it into a product that could regularly poll an online RDF source and create (or update)Zope objects of some sort? For example to always have a recent copy of a particular sub-section of www.dmoz.org, similar to what slashdot.py accomplishes, but a bit more sophisticated. Cheers, Michael Bernstein.
participants (6)
-
Amos Latteier -
Michael Bernstein -
pj@sam.engr.sgi.com -
Richard.Jones@fulcrum.com.au -
Tom Deprez -
Tony McDonald