by Diego Calvo | Jul 3, 2018 | Apache Hadoop, Big Data
RabbitMQ definition RabbitMQ is an MQ Message Queuing system that allows you to communicate to a multitude of actors in a fast, secure, asynchronous and reliable way. RabbitMQ acts as a middleware between producers and consumers of messages. Features Guarantees the... by Diego Calvo | May 20, 2016 | Apache Hadoop
Hadoop definition Apache Hadoop is a distributed system that allows to carry out processing of large volumes of data through cluster, easy to scale. Broadly speaking, it can be said that Hadoop is composed by two parts: Data storage of different types (HDFS) Performs...