Skip to content

TheBlueFool/bookworm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookworm

Implementation of Shakespeare: a sample service

we want to offer a service that lets you determine where a given word is used throughout all of Shakespeare’s works

We can divide this system into two parts:

A batch component that reads all of Shakespeare’s texts, creates an index, and writes the index into a Bigtable. This job need only run once, or perhaps very infrequently (as you never know if a new text might be discovered!). An application frontend that handles end-user requests. This job is always up, as users in all time zones will want to search in Shakespeare’s books.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages