X

Coder links Yahoo search, Google App Engine

A coder releases a library that lets programmers who want to use Yahoo's BOSS search services into a site running on Google App Engine.

Stephen Shankland Former Principal Writer
Stephen Shankland worked at CNET from 1998 to 2024 and wrote about processors, digital photography, AI, quantum computing, computer science, materials science, supercomputers, drones, browsers, 3D printing, USB, and new computing technology in general. He has a soft spot in his heart for standards groups and I/O interfaces. His first big scoop was about radioactive cat poop.
Expertise Processors, semiconductors, web browsers, quantum computing, supercomputers, AI, 3D printing, drones, computer science, physics, programming, materials science, USB, UWB, Android, digital photography, science. Credentials
  • Shankland covered the tech industry for more than 25 years and was a science writer for five years before that. He has deep expertise in microprocessors, digital photography, computer hardware and software, internet standards, web technology, and more.
Stephen Shankland
2 min read

The goliaths of the Internet are dangling an ever-larger supply of bootstraps for folks who want to try new ideas for the Web.

The first case in point is Google App Engine, an infrastructure that lets people run their Web applications on Google's servers, for free up until certain limits are set. Second is Yahoo's BOSS (build your own search service) that lets people extract Yahoo search results, reorder them, and mix them with other content--also without constraint within certain limits.

A rough-and-ready search engine Vik Sighn created to show how a Python programming library used to process Yahoo's BOSS-based search results on Google App Engine.
A rough-and-ready search engine Vik Sighn created to show how a Python programming library used to process Yahoo's BOSS-based search results on Google App Engine. Vik Singh

On Monday, Yahoo programmer Vik Singh, who has been involved in the BOSS project, released software that lets those two projects work together. Specifically, he adapted a package called the BOSS Mashup Framework (BMF), which provides some pre-written tools to let programmers more easily use Yahoo search data via the BOSS interface, so it runs on Google's App Engine.

"Running BMF on top of Google App Engine is a seemingly natural progression, and quite arguably the easiest way to deploy Boss--so I spent today porting BMF to the GAE platform," Singh said on his blog.

Those tools, called a library, are written in the Python programming language that so far is App Engine's only native language.

Singh also built an example application: the Question-Answering Service. (Don't expect infallibility, but it does answer some questions correctly.) There was a day when this sort of thing, even this imperfect, would require a lot more resources than just a few dozen lines of source code. You'd have to assemble a lot of servers to index the Internet, analyze the results, process queries, and serve up results.

Another example Singh mentioned is called 4HourSearch, so named because it took four hours for programmer Sam Pullara to whip it together, according to his blog. The search site presents a Yahoo-powered interface that mirrors that of Cuil, a loudly trumpeted would-be Google slayer.