A fun little project used to experiment with Hadoop. The aim is to create a map reduce job which will analyse the complete works of Shakespeare and record which characters have met each other and where.
The output of the job will be json records which can then be fed into something like ElasticSearch.
You need to have Java8 installed for this to work.