Open Library beta

One web page for every book.


Archive for August 2009


Search performance!

August 26th, 2009 — 04:39 pm

We’re doing some work on improving our search engine at the moment. As we release the new code, search performance may be intermittent. Apologies for the interruption, but, search will be much faster when everything settles down. We’ll drop a note in here when it’s back online.

Update, 6PM PST: We didn’t quite get as much done today as we’d planned, but search should be stable. More tomorrow!

Update, 9AM PST, 8/28: Holy search, Batman!! Before… searching on Open Library was a slog. But now! It’s a breeze! Our search guy, Paul, has been tightening knobs and flipping switches (aka making good use of SOLR stored fields), and our chief data munger, Edward, helped push out the new code this morning. Just see how fast our 24,781 bacon records show up! Then, there’s the “collection” of digitized books about cheese… Please let us know if you come across anything untoward.

3 comments » | Uncategorized

Snowflakes

August 19th, 2009 — 11:14 pm

I just stumbled on a beautiful, recently-scanned book about snowflakes, published in 1863. Apart from its gorgeous illustrations, the author’s opinions about snowflakes are also fascinating.

By the way, the other day we added a little link on any Internet Archive pages that are echoed in Open Library that sends you straight to our open, editable record for that item, so, if you’re surfing around the Archive’s Texts collection and you find a book we have a record for, you can just jump across and - if you’re so inclined - help to flesh out the information we have about it.

The even more interesting thing about this is that Hank (who coded up the stuff from the Archive side) simply has to construct a URL at Open Library containing an Internet Archive item ID, like this:

http://openlibrary.org/ia/snowflakeschapte00warr

This is a small step towards something much more awesome. (We should note that what makes this work is that we’re just “across the hall” from Hank, so we were able to do a little testing and tweaking to make sure the link was offered only when we could count on there being an Open Library page for the book, but still!) The hope is that external sites can send along, say, and ISBN, or an LCCN identifier to poke into Open Library and see if we have a record.

The next logical step is to make a web service that can handle this sort of inquiry. We don’t have that just yet, and current performance is slow, but, it’s really exciting and something we aim to strengthen. It would mean that people could query Open Library for records even if they don’t know an Open Library identifier (but have an alternative identifier that we know about). The current list of identifiers we can record are: Dewey, LC, ISBN 10, ISBN 13, LCCN, IA & OCLC.

Another wish is to open up the sorts of identifiers that you might attach to an Open Library catalog record, for example, from our friends over at LibraryThing, or GoodReads, or any number of awesome book sites out there. Things get interesting if you consider the possibility that there may never be a canonical identifier for a book, but rather that there will always be many different ones. That consideration allows you to open up a pipe to any identifiers we can find, which makes for many more potential connections.

Snowflakes, indeed.

1 comment » | Data, Open Source, Uncategorized

API with RDF/XML output available

August 11th, 2009 — 11:52 pm

It is now possible to access Open Library book metadata in an  RDF/XML format. The access is through the RESTful API. For an example, view:

http://openlibrary.org/b/OL6807502M.rdf

The returned RDF/XML relies heavily on Dublin Core metadata terms, and uses some elements from bibliontology and the registered RDA schemas. Although soundly based on RDF, the output can be used like any XML and presents (most of) the Open Library metadata in the easily understood Dublin Core terms.

It has been suggested that this format include links to cover images, where available. It is also on our list to add tables of contents to the output. Other suggestions are very welcome — add them here, or send them to the ol-tech discussion list.

We’d love to hear about the uses you make of this API, and anything we can do to help you get more out of the Open Library.

1 comment » | Code/API, Data, Discussion