The dRuby Book

Chapter 10
Building a Simple Search System with Drip

In this chapter, we’ll make a tiny search system. Making this miniature search system should give you some inspiration for creating other applications. This system consists of three processes: a crawler to search and register Ruby script files, an indexer to index the registered files, and the Drip server that sits in the middle.