
- 596 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Data Lake for Enterprises
About this book
A practical guide to implementing your enterprise data lake using Lambda Architecture as the baseAbout This Book• Build a full-fledged data lake for your organization with popular big data technologies using the Lambda architecture as the base• Delve into the big data technologies required to meet modern day business strategies• A highly practical guide to implementing enterprise data lakes with lots of examples and real-world use-casesWho This Book Is ForJava developers and architects who would like to implement a data lake for their enterprise will find this book useful. If you want to get hands-on experience with the Lambda Architecture and big data technologies by implementing a practical solution using these technologies, this book will also help you.What You Will Learn• Build an enterprise-level data lake using the relevant big data technologies• Understand the core of the Lambda architecture and how to apply it in an enterprise• Learn the technical details around Sqoop and its functionalities• Integrate Kafka with Hadoop components to acquire enterprise data• Use flume with streaming technologies for stream-based processing• Understand stream- based processing with reference to Apache Spark Streaming• Incorporate Hadoop components and know the advantages they provide for enterprise data lakes• Build fast, streaming, and high-performance applications using ElasticSearch• Make your data ingestion process consistent across various data formats with configurability• Process your data to derive intelligence using machine learning algorithmsIn DetailThe term "Data Lake" has recently emerged as a prominent term in the big data industry. Data scientists can make use of it in deriving meaningful insights that can be used by businesses to redefine or transform the way they operate. Lambda architecture is also emerging as one of the very eminent patterns in the big data landscape, as it not only helps to derive useful information from historical data but also correlates real-time data to enable business to take critical decisions. This book tries to bring these two important aspects — data lake and lambda architecture—together.This book is divided into three main sections. The first introduces you to the concept of data lakes, the importance of data lakes in enterprises, and getting you up-to-speed with the Lambda architecture. The second section delves into the principal components of building a data lake using the Lambda architecture. It introduces you to popular big data technologies such as Apache Hadoop, Spark, Sqoop, Flume, and ElasticSearch. The third section is a highly practical demonstration of putting it all together, and shows you how an enterprise data lake can be implemented, along with several real-world use-cases. It also shows you how other peripheral components can be added to the lake to make it more efficient.By the end of this book, you will be able to choose the right big data technologies using the lambda architectural patterns to build your enterprise data lake.Style and approachThe book takes a pragmatic approach, showing ways to leverage big data technologies and lambda architecture to build an enterprise-level data lake.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Indexed Data Store using Elasticsearch
We would then take you through a hands-on coding session, where you will first learn to install this technology and then see it in action. We will also make sure to connect you to the SCV use case that we are trying to implement using Data Lake.
Finally we will see scenarios where we should and should not use this indexed data store. We will wrap the chapter by looking into other technology options that could be used in place of Elasticsearch.
Context in Data Lake: data storage and lambda speed layer
Data Storage and Lambda Speed Layer

Figure 01: Data Lake: Data Storage and Lambda Speed Layer
Data Storage and Lambda Speed Layer: technology mapping

Figure 02: Technology mapping for Data Storage and Lambda Speed Layer
What is Elasticsearch?
Why Elasticsearch
- Compatibility with Hadoop (as this is our persistent store)
- Distributed
- Scalable
- Capability of indexing data
- Highly performant (fast query and search)
- Battle hardened technology (enterprise-grade having all the capabilities required by an enterprise)
- Capability of handling a huge volume and variety of data
- Failover and data redundancy capability
History of Elasticsearch
Table of contents
- Title Page
- Copyright
- Credits
- Foreword
- About the Authors
- About the Reviewers
- www.PacktPub.com
- Customer Feedback
- Preface
- Introduction to Data
- Comprehensive Concepts of a Data Lake
- Lambda Architecture as a Pattern for Data Lake
- Applied Lambda for Data Lake
- Data Acquisition of Batch Data using Apache Sqoop
- Data Acquisition of Stream Data using Apache Flume
- Messaging Layer using Apache Kafka
- Data Processing using Apache Flink
- Data Store Using Apache Hadoop
- Indexed Data Store using Elasticsearch
- Data Lake Components Working Together
- Data Lake Use Case Suggestions