#Openbus
An open source framework for centralized logging and event management (batch and realtime).
Openbus is currently splitted in the following subprojects:
- openbus-broker: Messaging layer. based on Apache Kafka.
- openbus-batch: Batch processes for ingestion and analysis. Based on Hadoop and related technologies.
- openbus-realtime: Real time consumptiom and analysis of events. Based on [Storm] (http://storm-project.net/).
##Use Cases
Some use cases where openbus could be applied are:
- Web analytics
- Social Network Analysis
- Security Information and Event Management
##Installation
To deploy openbus on your environment, you need to first install all dependencies and then the openbus code itself.
- Install Hadoop
- [Install Kafka] (https://github.com/Produban/openbus/wiki/Deploying-Kafka-in-RHEL-6.4)
- [Install Storm] (https://github.com/Produban/openbus/wiki/Install-Storm-cluster)
- [Install Camus] (https://github.com/Produban/openbus/wiki/Installing-Camus)
##Executing openbus