Redis Data Types – Strings, Hashes, Lists, Sets

Redis Data Types

Before we talk about Redis Data Types, let us briefly explain what is Redis? Redis is a data structure store.  It is a BSD licensed, open-source, in-memory store which has various uses including a database, a cache, and a message broker. Strings, hashes, lists, sets, sets sorted with range queries, bitmaps, hyperloglogs and geospatial indexes … Read more

Kafka RabbitMQ Features – Which One is Better? – A Short Comparison

Kafka RabbitMQ Comparison - Difference between Kafka and RabbitMQ

Kafka RabbitMQ Features RabbitMQ and Kafka – An Analysis According to the recent analysis of Nokia Bell Labs had analyzed the relative features of Apache Kafka and RabbitMQ. Both are open-source, commercially supported systems that publish and subscribe messages. The Research Philippe Dobbelaere and Kyumars sheikh Esmaili are researchers and in a publication on the … Read more

Apache Kafka vs Active MQ

Apache Kafka vs ActiveMQ

Although Apache Kafka and Active MQ were designed for different purposes, there is some overlap which is worth comparison. Apache Kafka vs Active MQ – what do they do? As a distributed streaming platform, Kafka allows streamed data to be processed and reprocessed on disk.  Its high throughput means it is more commonly used for … Read more

What is Azure Service Bus? | Cloud Messaging Service

What is Azure Service Bus? | Cloud Messaging Service

What is Service Bus? Service bus provides a reliable cloud messaging service (MaaS) with simple hybrid integration by: Building reliable, elastic cloud applications with messaging, Protecting applications from temporary traffic spikes, Decoupling applications, Connecting pre-existing systems to cloud solutions, Distributing messages, and Scaling out ordered messaging. What is Azure Service Bus? Azure Service Bus Simplify … Read more

Kafka Version 1.0 – The New Improved Apache Kafka Is Now Available

Kafka Version 1.0 - The new improved Apache Kafka is now available

Kafka Version 1.0 – The new improved Apache Kafka is now available, and ready for business use. Kafka is a message broker, originally developed by LinkedIn.  LinkedIn donated it to Apache and it became open source.  It is lightweight, fast, and scalable.  Traditional message brokers only manage the interchange of messages and data streams between … Read more

Open Source Message Broker | Advanced Message Queuing Protocol (AMQP)

Open Source Message Broker | Advanced Message Queuing Protocol (AMQP)

Advanced Message Queuing Protocol (AMQP) Advanced Message Queuing Protocol (AMQP) is designed as a standard protocol that supports messaging over the middle-wave.  AMQP has created a functional method of accord between the middle-ware and the client.  This model of support is comprised of a set of components whose function is to route messages from the … Read more