From f60700431f6aa627f5d8abeb63181476a1ac27fd Mon Sep 17 00:00:00 2001 From: Ryan Walker Date: Sat, 10 Oct 2015 12:03:49 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6e1b68e..f7fd140 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,6 @@ This project was inspired by the following excellent blog posts on streaming sea I completed this project as a Fellow in the 2015C Inisght Data Engineering Silicon Valley program. -## Architechture -The core of the platform is an Apache Storm cluster which parallelizes the work of real-time streaming search. Internally, the Storm cluster consumes messages from a Kafka cluster and these messages are distributed to bolts which each contain a Lucene-Luwak index. The project contains a demo flask UI which handles subscriptions with a Redis PUBSUB system. - -More about the architecture can be found at: -http://straw.ryanwalker.us/about - ## What's included: - Automated AWS cluster deployment utilities using boto3 - Java based Storm implementation: @@ -31,6 +25,12 @@ http://straw.ryanwalker.us/about - Simple Python flask web UI - Testing and other utilities, including Docker components so that the entire topology can run on a local machine +## Architechture +The core of the platform is an Apache Storm cluster which parallelizes the work of real-time streaming search. Internally, the Storm cluster consumes messages from a Kafka cluster and these messages are distributed to bolts which each contain a Lucene-Luwak index. The project contains a demo flask UI which handles subscriptions with a Redis PUBSUB system. + +More about the architecture can be found at: +http://straw.ryanwalker.us/about + ## Getting started ### Running locally 1. install docker-compose and redis-server