Re: The Berman Catalog

From: Ed Summers <ehs_at_nyob>
Date: Tue, 24 Jun 2008 09:31:01 -0400
To: CODE4LIB_at_LISTSERV.ND.EDU
On Mon, Jun 23, 2008 at 10:05 PM, md <mdougla_at_pclink.com> wrote:
> I did not find the Marc record reader or parser you created...was it
> MARC : : Forgiving Reader? to read the records, then import them
> into the MYSQL database.

Yes, the MARC processing library is ruby-marc [1], which needs to be installed:

  gem install marc

> I did not find the MYSQL database/databases? you designed.

The schema is defined in:

  http://inkdroid.org/bzr/berman/db/schema.rb

and can be invoked by doing a:

  rake db:schema:load

This is all pretty standard Rails stuff, for anyone who likes that web
framework.

As for Karen's question about the Internet Archive: it totally makes
sense to host the data up there. But, I had to sign a scary license
agreement from the UIUC Archives, which *almost* stopped me from even
releasing http://catalog.sanfordberman.org ... Madeline can say for
sure, but I'm fairly certain this license prevents putting the data up
for the public. The ultimate disservice to Sanford Berman IMHO.

/me sighs

//Ed
Received on Tue Jun 24 2008 - 08:04:12 EDT