0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (2)
  • R1,000 - R2,500 (2)
  • -
Status
Brand

Showing 1 - 4 of 4 matches in All Departments

Big Data SMACK - A Guide to Apache Spark, Mesos, Akka, Cassandra, and Kafka (Paperback, 1st ed.): Raul Estrada, Isaac Ruiz Big Data SMACK - A Guide to Apache Spark, Mesos, Akka, Cassandra, and Kafka (Paperback, 1st ed.)
Raul Estrada, Isaac Ruiz
R1,987 Discovery Miles 19 870 Ships in 18 - 22 working days

Learn how to integrate full-stack open source big data architecture and to choose the correct technology-Scala/Spark, Mesos, Akka, Cassandra, and Kafka-in every layer. Big data architecture is becoming a requirement for many different enterprises. So far, however, the focus has largely been on collecting, aggregating, and crunching large data sets in a timely manner. In many cases now, organizations need more than one paradigm to perform efficient analyses. Big Data SMACK explains each of the full-stack technologies and, more importantly, how to best integrate them. It provides detailed coverage of the practical benefits of these technologies and incorporates real-world examples in every situation. This book focuses on the problems and scenarios solved by the architecture, as well as the solutions provided by every technology. It covers the six main concepts of big data architecture and how integrate, replace, and reinforce every layer: The language: Scala The engine: Spark (SQL, MLib, Streaming, GraphX) The container: Mesos, Docker The view: Akka The storage: Cassandra The message broker: Kafka What You Will Learn: Make big data architecture without using complex Greek letter architectures Build a cheap but effective cluster infrastructure Make queries, reports, and graphs that business demands Manage and exploit unstructured and No-SQL data sources Use tools to monitor the performance of your architecture Integrate all technologies and decide which ones replace and which ones reinforce Who This Book Is For: Developers, data architects, and data scientists looking to integrate the most successful big data open stack architecture and to choose the correct technology in every layer

Apache Kafka Quick Start Guide - Leverage Apache Kafka 2.0 to simplify real-time data processing for distributed applications... Apache Kafka Quick Start Guide - Leverage Apache Kafka 2.0 to simplify real-time data processing for distributed applications (Paperback)
Raul Estrada
R810 Discovery Miles 8 100 Ships in 18 - 22 working days

Process large volumes of data in real-time while building high performance and robust data stream processing pipeline using the latest Apache Kafka 2.0 Key Features Solve practical large data and processing challenges with Kafka Tackle data processing challenges like late events, windowing, and watermarking Understand real-time streaming applications processing using Schema registry, Kafka connect, Kafka streams, and KSQL Book DescriptionApache Kafka is a great open source platform for handling your real-time data pipeline to ensure high-speed filtering and pattern matching on the fly. In this book, you will learn how to use Apache Kafka for efficient processing of distributed applications and will get familiar with solving everyday problems in fast data and processing pipelines. This book focuses on programming rather than the configuration management of Kafka clusters or DevOps. It starts off with the installation and setting up the development environment, before quickly moving on to performing fundamental messaging operations such as validation and enrichment. Here you will learn about message composition with pure Kafka API and Kafka Streams. You will look into the transformation of messages in different formats, such asext, binary, XML, JSON, and AVRO. Next, you will learn how to expose the schemas contained in Kafka with the Schema Registry. You will then learn how to work with all relevant connectors with Kafka Connect. While working with Kafka Streams, you will perform various interesting operations on streams, such as windowing, joins, and aggregations. Finally, through KSQL, you will learn how to retrieve, insert, modify, and delete data streams, and how to manipulate watermarks and windows. What you will learn How to validate data with Kafka Add information to existing data flows Generate new information through message composition Perform data validation and versioning with the Schema Registry How to perform message Serialization and Deserialization How to perform message Serialization and Deserialization Process data streams with Kafka Streams Understand the duality between tables and streams with KSQL Who this book is forThis book is for developers who want to quickly master the practical concepts behind Apache Kafka. The audience need not have come across Apache Kafka previously; however, a familiarity of Java or any JVM language will be helpful in understanding the code in this book.

Apache Kafka 1.0 Cookbook (Paperback): Raul Estrada Apache Kafka 1.0 Cookbook (Paperback)
Raul Estrada
R958 Discovery Miles 9 580 Ships in 18 - 22 working days

Simplify real-time data processing by leveraging the power of Apache Kafka 1.0 About This Book * Use Kafka 1.0 features such as Confluent platforms and Kafka streams to build efficient streaming data applications to handle and process your data * Integrate Kafka with other Big Data tools such as Apache Hadoop, Apache Spark, and more * Hands-on recipes to help you design, operate, maintain, and secure your Apache Kafka cluster with ease Who This Book Is For This book is for developers and Kafka administrators who are looking for quick, practical solutions to problems encountered while operating, managing or monitoring Apache Kafka. If you are a developer, some knowledge of Scala or Java will help, while for administrators, some working knowledge of Kafka will be useful. What You Will Learn * Install and configure Apache Kafka 1.0 to get optimal performance * Create and configure Kafka Producers and Consumers * Operate your Kafka clusters efficiently by implementing the mirroring technique * Work with the new Confluent platform and Kafka streams, and achieve high availability with Kafka * Monitor Kafka using tools such as Graphite and Ganglia * Integrate Kafka with third-party tools such as Elasticsearch, Logstash, Apache Hadoop, Apache Spark, and more In Detail Apache Kafka provides a unified, high-throughput, low-latency platform to handle real-time data feeds. This book will show you how to use Kafka efficiently, and contains practical solutions to the common problems that developers and administrators usually face while working with it. This practical guide contains easy-to-follow recipes to help you set up, configure, and use Apache Kafka in the best possible manner. You will use Apache Kafka Consumers and Producers to build effective real-time streaming applications. The book covers the recently released Kafka version 1.0, the Confluent Platform and Kafka Streams. The programming aspect covered in the book will teach you how to perform important tasks such as message validation, enrichment and composition.Recipes focusing on optimizing the performance of your Kafka cluster, and integrate Kafka with a variety of third-party tools such as Apache Hadoop, Apache Spark, and Elasticsearch will help ease your day to day collaboration with Kafka greatly. Finally, we cover tasks related to monitoring and securing your Apache Kafka cluster using tools such as Ganglia and Graphite. If you're looking to become the go-to person in your organization when it comes to working with Apache Kafka, this book is the only resource you need to have. Style and approach Following a cookbook recipe-based approach, we'll teach you how to solve everyday difficulties and struggles you encounter using Kafka through hands-on examples.

Fast Data Processing Systems with SMACK Stack (Paperback): Raul Estrada Fast Data Processing Systems with SMACK Stack (Paperback)
Raul Estrada
R1,313 Discovery Miles 13 130 Ships in 18 - 22 working days

Combine the incredible powers of Spark, Mesos, Akka, Cassandra, and Kafka to build data processing platforms that can take on even the hardest of your data troubles! About This Book * This highly practical guide shows you how to use the best of the big data technologies to solve your response-critical problems * Learn the art of making cheap-yet-effective big data architecture without using complex Greek-letter architectures * Use this easy-to-follow guide to build fast data processing systems for your organization Who This Book Is For If you are a developer, data architect, or a data scientist looking for information on how to integrate the Big Data stack architecture and how to choose the correct technology in every layer, this book is what you are looking for. What You Will Learn * Design and implement a fast data Pipeline architecture * Think and solve programming challenges in a functional way with Scala * Learn to use Akka, the actors model implementation for the JVM * Make on memory processing and data analysis with Spark to solve modern business demands * Build a powerful and effective cluster infrastructure with Mesos and Docker * Manage and consume unstructured and No-SQL data sources with Cassandra * Consume and produce messages in a massive way with Kafka In Detail SMACK is an open source full stack for big data architecture. It is a combination of Spark, Mesos, Akka, Cassandra, and Kafka. This stack is the newest technique developers have begun to use to tackle critical real-time analytics for big data. This highly practical guide will teach you how to integrate these technologies to create a highly efficient data analysis system for fast data processing. We'll start off with an introduction to SMACK and show you when to use it. First you'll get to grips with functional thinking and problem solving using Scala. Next you'll come to understand the Akka architecture. Then you'll get to know how to improve the data structure architecture and optimize resources using Apache Spark. Moving forward, you'll learn how to perform linear scalability in databases with Apache Cassandra. You'll grasp the high throughput distributed messaging systems using Apache Kafka. We'll show you how to build a cheap but effective cluster infrastructure with Apache Mesos. Finally, you will deep dive into the different aspect of SMACK using a few case studies. By the end of the book, you will be able to integrate all the components of the SMACK stack and use them together to achieve highly effective and fast data processing. Style and approach With the help of various industry examples, you will learn about the full stack of big data architecture, taking the important aspects in every technology. You will learn how to integrate the technologies to build effective systems rather than getting incomplete information on single technologies. You will learn how various open source technologies can be used to build cheap and fast data processing systems with the help of various industry examples

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Dig & Discover: Ancient Egypt - Excavate…
Hinkler Pty Ltd Kit R253 Discovery Miles 2 530
Staedtler 14cm Multi-Use Scissors (Right…
R29 R15 Discovery Miles 150
Discovering Daniel - Finding Our Hope In…
Amir Tsarfati, Rick Yohn Paperback R280 R258 Discovery Miles 2 580
Pritt Glue Sticks (43g)(Display of 24)
R1,604 R1,091 Discovery Miles 10 910
Harry Potter Wizard Wand - In…
 (3)
R815 R745 Discovery Miles 7 450
Dala Lino Carving & Printing Kit
R632 R524 Discovery Miles 5 240
Oak Oak Gevora Eau De Parfum Spray…
R1,188 Discovery Miles 11 880
Dala A2 Sketch Pad (120gsm)(36 Sheets)
R285 R240 Discovery Miles 2 400
Adidas Combat Sport Backpack (Navy Blue)
R686 R572 Discovery Miles 5 720
Tesa Sensitive Surfaces Adhesive Nail…
R179 Discovery Miles 1 790

 

Partners