Introduction to Kafka
This is a quick cookbook to introduce Apache Kafka
Apache Kafka is a message publishing framework that works in a distributed environment. Kafka can be scaled horizontally with high fault-tolerance.
This is a quick cookbook to introduce Apache Kafka
Apache Kafka is a message publishing framework that works in a distributed environment. Kafka can be scaled horizontally with high fault-tolerance.
This is a step-by-step guide to install MongoDB on Mac
This post is a step-by-step guide to install MongoDB on Mac.
This post is a complete guide to build a scalable Apache Spark on using Dockers. We will see how to enable History Servers for log persistence.
This post is a complete guide to build a scalable Apache Spark on using Dockers. We will see how to enable History Servers for log persistence. To be able to scale up and down is one of the key requirements of today’s distributed infrastructure. By the end of this guide, you should have pretty fair understanding of setting up Apache Spark on Docker and we will see how to run a sample program.