Book Image

Scaling Apache Solr

By : Hrishikesh Vijay Karambelkar
Book Image

Scaling Apache Solr

By: Hrishikesh Vijay Karambelkar

Overview of this book

Table of Contents (18 chapters)
Scaling Apache Solr
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Scaling Solr through Storm


Apache Storm is a real-time distributed computation framework. It processes with humongous data in real time. Recently, Storm has been adapted by Apache as an incubating project and for the development of Apache Storm. You can read more information about Apache Storm features at http://storm.incubator.apache.org/.

Apache Storm can be used to process massive streams of data in a distributed manner. So, it provides excellent batch-oriented processing capabilities for time-sensitive analytics. With Apache Solr and Storm together, organizations can process Big Data in real time. For example, Apache Solr and Storm can be used if industrial plants would like to extract information from their plant systems that are emitting raw data continuously and process it to facilitate real-time analytics such as identifying the top problematic systems or look for recent errors/failures. Apache Solr and Storm can work together to get this batch processing for Big Data in real time...