{"id":572,"date":"2019-04-28T15:36:02","date_gmt":"2019-04-28T14:36:02","guid":{"rendered":"http:\/\/www.igfasouza.com\/blog\/?p=572"},"modified":"2021-05-20T14:27:52","modified_gmt":"2021-05-20T13:27:52","slug":"what-is-data-lake","status":"publish","type":"post","link":"http:\/\/www.igfasouza.com\/blog\/what-is-data-lake\/","title":{"rendered":"What is Data Lake?"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/data_lake.jpg\" alt=\"\" width=\"926\" height=\"397\" class=\"alignnone size-full wp-image-573\" srcset=\"http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/data_lake.jpg 926w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/data_lake-300x129.jpg 300w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/data_lake-768x329.jpg 768w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/data_lake-624x268.jpg 624w\" sizes=\"auto, (max-width: 926px) 100vw, 926px\" \/><\/p>\n<p><b>How\u2019s it going there?<\/b><\/p>\n<p>if you&#8217;re not familiar with Big Data, I suggest you have a look on my post \u201c<a href=\"http:\/\/www.igfasouza.com\/blog\/what-is-big-data\/\" rel=\"noopener\" target=\"_blank\">What is Big Data<\/a>?<br \/>\n\u201d before.<br \/>\nThis post is a collection of links, videos, tutorials, blogs and books that I found mixed with my opinion.<\/p>\n<h2>Table of contents<\/h2>\n<p>1. What is Data Lake?<br \/>\n2. History<br \/>\n3. courses<br \/>\n4. Books<br \/>\n5. Influencers List<br \/>\n6. Link<\/p>\n<h2>1.What is Data Lake?<\/h2>\n<p>Like Big Data is something no stratforward to explain and there\u2019s no unique answer to that. Even though there is no single definition for Data Lake that is universally accepted, there are some common concepts and I\u2019ll try to cover in this post. <\/p>\n<p>I like the simple definition:<br \/>\nData lake is a place to store your structured and unstructured data, as well as a method for organizing large volumes of highly diverse data from diverse sources.<\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/zlBZrG8dDMM\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<p>I Googled about and I found a different answer.<br \/>\nA data lake is a massive, easily accessible, centralized repository of large volumes of structured and unstructured data. The data lake architecture is a store-everything approach to big data. Data are not classified when they are stored in the repository, as the value of the data is not clear at the outset. As a result, data preparation is eliminated. A data lake is thus less structured compared to a conventional data warehouse. When the data are accessed, only then are they classified, organized or analyzed.<\/p>\n<p>Other answer.<br \/>\nA data lake is a collection of storage instances of various data assets additional to the originating data sources. These assets are stored in a near-exact, or even exact, copy of the source format. The purpose of a data lake is to present an unrefined view of data to only the most highly skilled analysts, to help them explore their data refinement and analysis techniques independent of any of the system-of-record compromises that may exist in a traditional analytic data store (such as a data mart or data warehouse).<\/p>\n<p>According to Nick Huedecker at Gartner,<br \/>\nData lakes are marketed as enterprise-wide data management platforms for analyzing disparate sources of data in its native format. The idea is simple: instead of placing data in a purpose-built data store, you move it into a data lake in its original format. This eliminates the upfront costs of data ingestion, like transformation. Once data is placed into the lake, it\u2019s available for analysis by everyone in the organization.<\/p>\n<p>Forbes try to explain Data Lake making a comparison with Data Warehouse:<br \/>\n<a href=\"https:\/\/www.forbes.com\/sites\/bernardmarr\/2018\/08\/27\/what-is-a-data-lake-a-super-simple-explanation-for-anyone\/#3905f53776e0\" rel=\"noopener\" target=\"_blank\">https:\/\/www.forbes.com\/sites\/bernardmarr\/2018\/08\/27\/what-is-a-data-lake-a-super-simple-explanation-for-anyone\/#3905f53776e0<\/a><\/p>\n<p>Martin Fowler.<br \/>\nThe idea is to have a single store for all of the raw data that anyone in an organisation might need to analyse. Commonly people use Hadoop to work on the data in the lake, but the concept is broader than just Hadoop.<br \/>\n<a href=\"https:\/\/martinfowler.com\/bliki\/DataLake.html\" rel=\"noopener\" target=\"_blank\">https:\/\/martinfowler.com\/bliki\/DataLake.html<\/a><\/p>\n<p>Data Lakes by Oracle<br \/>\n<a href=\"https:\/\/blogs.oracle.com\/bigdata\/data-lakes\" rel=\"noopener\" target=\"_blank\">https:\/\/blogs.oracle.com\/bigdata\/data-lakes<\/a><\/p>\n<p>Data lakes are becoming increasingly important as people, especially in business and technology, want to perform broad data exploration and discovery. Bringing data together into a single place or most of it in a single place can be useful for that.<br \/>\nMost data lake implementations are probably based on the Hadoop ecosystem, which is a set of tools that makes it easy to use MapReduce or other computation models.<br \/>\nAll data lakes have some distributed file systems. Data should be persisted in raw format because it\u2019s not possible to structure them on ingestion. To achieve this, ingested data should be left in raw form; later they can be structured with transformation processes. As you can see, there is a need for a dedicated layer which allows unstructured data to persist efficiently. In Hadoop, HDFS fulfills this role.<\/p>\n<p>To build ingestion and transformation processes, we need to use some computation system that is fault-tolerant, easily scalable, and efficient at processing large data sets. Nowadays, streaming systems are gaining in popularity. Spark, Storm, Flink\u2026 At the beginning of BigData, only MapReduce was available, which was (and still is) used as a bulk-processing framework.<br \/>\nScalability in a computation system requires resource management. In a data lake, we have huge amounts of data requiring thousands of nodes. Prioritization is achieved by allocating resources and queuing tasks. Some transformations require more resources; some require less. Major tasks get more resources. This resources allocation role in Hadoop is performed by YARN.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/Untitled-drawing1-552x1024.jpg\" alt=\"\" width=\"552\" height=\"1024\" class=\"alignnone size-large wp-image-574\" srcset=\"http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/Untitled-drawing1-552x1024.jpg 552w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/Untitled-drawing1-162x300.jpg 162w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/Untitled-drawing1-624x1158.jpg 624w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/Untitled-drawing1.jpg 628w\" sizes=\"auto, (max-width: 552px) 100vw, 552px\" \/><\/p>\n<p><a href=\"https:\/\/40uu5c99f3a2ja7s7miveqgqu-wpengine.netdna-ssl.com\/wp-content\/uploads\/2017\/02\/Understanding-data-lakes-EMC.pdf\" rel=\"noopener\" target=\"_blank\">https:\/\/40uu5c99f3a2ja7s7miveqgqu-wpengine.netdna-ssl.com\/wp-content\/uploads\/2017\/02\/Understanding-data-lakes-EMC.pdf<\/a><\/p>\n<p><b>What is Streaming?<\/b><\/p>\n<p>Streaming is data that is continuously generated by different sources. Such data should be processed incrementally using Stream Processing techniques without having access to all of the data. In addition, it should be considered that concept drift may happen in the data which means that the properties of the stream may change over time.<br \/>\nIt is usually used in the context of big data in which it is generated by many different sources at high speed.<br \/>\nData streaming can also be explained as a technology used to deliver content to devices over the internet, and it allows users to access the content immediately, rather than having to wait for it to be downloaded. Big data is forcing many organizations to focus on storage costs, which brings interest to data lakes and data streams. <\/p>\n<p>In Big Data management, data streaming is the continuous high-speed transfer of large amounts of data from a source system to a target. By efficiently processing and analyzing real-time data streams to glean business insight, data streaming can provide up-to-the-second analytics that enable businesses to quickly react to changing conditions<\/p>\n<p><b> What can Data Lake do?<\/b><\/p>\n<p>This is not an exhaustive list!<\/p>\n<ul>\n<li>Ingestion of semi-structured and unstructured data sources (aka big data) such as equipment readings, telemetry data, logs, streaming data, and so forth. A data lake is a great solution for storing IoT (Internet of Things) type of data which has traditionally been more difficult to store, and can support near real-time analysis. Optionally, you can also add structured data (i.e., extracted from a relational data source) to a data lake if your objective is a single repository of all data to be available via the lake.\n<\/li>\n<li>Experimental analysis of data before its value or purpose has been fully defined. Agility is important for every business these days, so a data lake can play an important role in &#8220;proof of value&#8221; type of situations because of the &#8220;ELT&#8221; approach discussed above.\n<\/li>\n<li>\nAdvanced analytics support. A data lake is useful for data scientists and analysts to provision and experiment with data.\n<\/li>\n<li>\nArchival and historical data storage. Sometimes data is used infrequently, but does need to be available for analysis. A data lake strategy can be very valuable to support an active archive strategy.\n<\/li>\n<li>\nSupport for Lambda architecture which includes a speed layer, batch layer, and serving layer.\n<\/li>\n<li>\nPreparation for data warehousing. Using a data lake as a staging area of a data warehouse is one way to utilize the lake, particularly if you are getting started.\n<\/li>\n<li>\nAugment a data warehouse. A data lake may contain data that isn&#8217;t easily stored in a data warehouse, or isn&#8217;t queried frequently. The data lake might be accessed via federated queries which make its separation from the DW transparent to end users via a data virtualization layer.\n<\/li>\n<li>\nDistributed processing capabilities associated with a logical data warehouse.\n<\/li>\n<li>\nStorage of all organizational data to support downstream reporting &#038; analysis activities. Some organizations wish to achieve a single storage repository for all types of data. Frequently, the goal is to store as much data as possible to support any type of analysis that might yield valuable findings.\n<\/li>\n<li>\nApplication support. In addition to analysis by people, a data lake can be a data source for a front-end application. The data lake might also act as a publisher for a downstream application (though ingestion of data into the data lake for purposes of analytics remains the most frequently cited use).\n<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake-according-to-PwC-source.jpg\" alt=\"\" width=\"800\" height=\"617\" class=\"alignnone size-full wp-image-575\" srcset=\"http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake-according-to-PwC-source.jpg 800w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake-according-to-PwC-source-300x231.jpg 300w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake-according-to-PwC-source-768x592.jpg 768w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake-according-to-PwC-source-624x481.jpg 624w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/p>\n<p>Under the umbrella of Data Lake there are many of technologies and concepts. This is not an exhaustive list!<\/p>\n<p><b>Data ingestion<\/b><\/p>\n<p>Data ingestion is the process of flowing data from its origin to one or more data stores, such as a data lake, though this can also include databases and search engines.<br \/>\nSources can be clickstreams, data center logs, sensors, APIs or even databases. They use various data formats (structured, unstructured, semi-structured, multi-structured), can make data available in a stream or batches, and support various protocols for data movement.<\/p>\n<p><b>There are two processing frameworks which \u201cingest\u201d data into data lakes:<\/b><\/p>\n<ul>\n<li>\nBatch processing \u2013 Millions of blocks of data processed over long periods of time (hours-to-days).\n<\/li>\n<li>\nStream processing \u2013 Small batches of data processed in real-time. Stream processing is becoming increasingly valuable for businesses that harness real-time analytics.\n<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/batch.jpg\" alt=\"\" width=\"599\" height=\"344\" class=\"alignnone size-full wp-image-576\" srcset=\"http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/batch.jpg 599w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/batch-300x172.jpg 300w\" sizes=\"auto, (max-width: 599px) 100vw, 599px\" \/><\/p>\n<p><b>Data Marts<\/b><\/p>\n<p>A Data Mart is an archive of stored, normally structured data, typically used and controlled by a specific community or department. It is normally smaller and more focused than a Data Warehouse and, currently, is often a subdivision of Data Warehouses. Data Marts were the first evolutionary step in the physical reality of Data Warehouses and Data Lakes<\/p>\n<p><b>Data Silos<\/b><\/p>\n<p>Data Silos are part of a Data Warehouse and similar to Data Marts, but much more isolated. Data Silos are insulated management systems that cannot work with other systems. A Data Silo contains fixed data that is controlled by one department and is cut off from other parts of the organization. They tend to form within large organizations due to the different goals and priorities of individual departments. Data Silos also form when departments compete with one another instead of working as a team toward common business goals.<\/p>\n<p><b>Data Warehouses<\/b><\/p>\n<p>Data Warehouses are centralized repositories of information that can be researched for purposes of making better informed decisions. The data comes from a wide range of sources and is often unstructured. Data is accessed through the use of business intelligence tools, SQL clients, and other Analytics applications.<\/p>\n<p><b>Data swamp<\/b><\/p>\n<p>In data lakes there are many things going on and it\u2019s not possible to manage them manually. Without constraints and a thoughtful approach to processes, a data lake will become degenerated very quickly. If ingested data do not contain business information, then we can\u2019t find the right context for them. If everyone generates anonymous data without lineage, then we will have tons of useless data. No one will know what is going on. Who is the author of changes? Where did the data come from? Everything starts to look like a data swamp.<\/p>\n<p><b>Data Mining<\/b><\/p>\n<p>Data mining is defined as \u201cknowledge discovery in databases,\u201d and is how data scientists uncover previously unseen patterns and truths through various models. data mining is about sifting through large sets of data to uncover patterns, trends, and other truths that may not have been previously visible. <\/p>\n<p><b>Data Cleansing<\/b><\/p>\n<p>The goal of data cleansing is to improve data quality and utility by catching and correcting errors before it is transferred to a target database or data warehouse. Manual data cleansing may or may not be realistic, depending on the amount of data and number of data sources your company has. Regardless of the methodology, data cleansing presents a handful of challenges, such as correcting mismatches, ensuring that columns are in the same order, and checking that data (such as date or currency) is in the same format.<\/p>\n<p><b>Data Quality<\/b><\/p>\n<p>People try to describe data quality using terms like complete, accurate, accessible, and de-duped. And while each of these words describes a specific element of data quality, the larger concept of data quality is really about whether or not that data fulfills the purpose or purposes you want to use it for.<\/p>\n<p><b>ETL<\/b><\/p>\n<p>ETL stands for &#8220;Extract, Transform, Load&#8221;, and is the common paradigm by which data from multiple systems is combined to a single database, data store, or warehouse for legacy storage or analytics.<\/p>\n<p><b>ELT<\/b><\/p>\n<p>ELT is a process that involves extracting the data, loading it to the target warehouse, and then transforming it after it is loaded. In this case, the work of transforming the data is completed by the target database. <\/p>\n<p><b>Data extraction<\/b><\/p>\n<p>Data extraction is a process that involves retrieval of data from various sources. Frequently, companies extract data in order to process it further, migrate the data to a data repository (such as a data warehouse or a data lake) or to further analyze it. It\u2019s common to transform the data as a part of this process.<\/p>\n<p><b>Data loading<\/b><\/p>\n<p>Data loading refers to the &#8220;load&#8221; component of ETL. After data is retrieved and combined from multiple sources (extracted), cleaned and formatted (transformed), it is then loaded into a storage system, such as a cloud data warehouse. <\/p>\n<p><b>Data Transformation<\/b><\/p>\n<p>Data transformation is the process of converting data from one format or structure into another format or structure. Data transformation is critical to activities such as data integration and data management. Data transformation can include a range of activities: you might convert data types, cleanse data by removing nulls or duplicate data, enrich the data, or perform aggregations, depending on the needs of your project.<\/p>\n<p><b>Data Migration<\/b><\/p>\n<p>Data migration is simply the process of moving data from a source system to a target system. Companies have many different reasons for migrating data. You may want to migrate data when you acquire another company and you need to integrate that company\u2019s data. Or, you may want to integrate data from different departments within your company so the data is available across your entire business. You may want to move your data from an on-premise platform to a cloud platform. Or, perhaps you&#8217;re moving from an outdated data storage system to a new database or data storage system. The concept of data migration is simple, but it can sometimes be a complex process.<\/p>\n<p><b>Lambda architecture<\/b><\/p>\n<p>Lambda architecture is a data-processing architecture designed to handle massive quantities of data by taking advantage of both batch and stream-processing methods. This approach to architecture attempts to balance latency, throughput, and fault-tolerance by using batch processing to provide comprehensive and accurate views of batch data, while simultaneously using real-time stream processing to provide views of online data. The two view outputs may be joined before presentation. The rise of lambda architecture is correlated with the growth of big data, real-time analytics, and the drive to mitigate the latencies of map-reduce.<\/p>\n<p><b>Kappa Architecture<\/b><\/p>\n<p>Kappa Architecture is a software architecture pattern. Rather than using a relational DB like SQL or a key-value store like Cassandra, the canonical data store in a Kappa Architecture system is an append-only immutable log. From the log, data is streamed through a computational system and fed into auxiliary stores for serving.<br \/>\nKappa Architecture is a simplification of Lambda Architecture. A Kappa Architecture system is like a Lambda Architecture system with the batch processing system removed. To replace batch processing, data is simply fed through the streaming system quickly.<\/p>\n<p><b>SIEM Security information and event management<\/b><\/p>\n<p>The underlying principles of every SIEM system is to aggregate relevant data from multiple sources, identify deviations from the norm and take appropriate action. For example, when a potential issue is detected, a SIEM might log additional information, generate an alert and instruct other security controls to stop an activity\u2019s progress.<\/p>\n<p>Security information and event management (SIEM) is an approach to security management that combines SIM (security information management) and SEM (security event management) functions into one security management system. The acronym SIEM is pronounced &#8220;sim&#8221; with a silent e.<\/p>\n<p>software collects and aggregates log data generated throughout the organization\u2019s technology infrastructure, from host systems and applications to network and security devices such as firewalls and antivirus filters.The software then identifies and categorizes incidents and events, as well as analyzes them. <\/p>\n<p><b>SNA social network analysis<\/b><\/p>\n<p>Social network analysis is the process of investigating social structures through the use of networks and graph theory. It characterizes networked structures in terms of nodes (individual actors, people, or things within the network) and the ties, edges, or links (relationships or interactions) that connect them. <\/p>\n<p><b>Data lake vs data warehouse<\/b><\/p>\n<p>Data warehouses rely on structure and clean data, whereas data lakes allow data to be in its most natural form. This is because advanced analytic tools and mining software intake raw data and transform it into useful insight.<\/p>\n<p>Both data lakes and data warehouses are repositories for data. That\u2019s about the only similarity between the two. Now, let\u2019s touch on some of the key differences:<\/p>\n<ul>\n<li>\nData lakes are designed to support all types of data, whereas data warehouses make use of highly structured data \u2013 in most cases.\n<\/li>\n<li>\nData lakes store all data that may or may not be analyzed at some point in the future. This principle doesn\u2019t apply to data warehouses since irrelevant data is typically eliminated due to limited storage.\n<\/li>\n<li>\nThe scale between data lakes and data warehouses is drastically different due to our previous points. Supporting all types of data and storing that data (even if it\u2019s not immediately useful) means data lakes need to be highly scalable.\n<\/li>\n<li>\nThanks to metadata (data about data), users working with a data lake can gain basic insight about the data quickly. In data warehouses, it often requires a member of the development team to access the data \u2013 which could create a bottleneck.\n<\/li>\n<li>\nLastly, the intense data management required for data warehouses means they\u2019re typically more expensive to maintain compared to data lakes.\n<\/li>\n<\/ul>\n<p>I&#8217;m believer that modern data warehousing is still very important. Therefore, a data lake itself, doesn&#8217;t entirely replace the need for a data warehouse (or data marts) which contain cleansed data in a user-friendly format. The data warehouse doesn&#8217;t absolutely have to be in a relational database anymore, but it does need a semantic layer which is easy to work with that most business users can access for the most common reporting needs.<\/p>\n<p>There&#8217;s always tradeoffs between performing analytics on a data lake versus from a cleansed data warehouse: Query performance, data load performance, scalability, reusability, data quality, and so forth. Therefore, I believe that a data lake and a data warehouse are complementary technologies that can offer balance. For a fast analysis by a highly qualified analyst or data scientist, especially exploratory analysis, the data lake is appealing. For delivering cleansed, user-friendly data to a large number of users across the organization, the data warehouse still rules.<\/p>\n<h2>2. History<\/h2>\n<p>Data Lakes allow Data Scientists to mine and analyze large amounts of Big Data. Big Data, which was used for years without an official name, was labeled by Roger Magoulas in 2005. He was describing a large amount of data that seemed impossible to manage or research using the traditional SQL tools available at the time. Hadoop (2008) provided the search engine needed for locating and processing unstructured data on a massive scale, opening the door for Big Data research.<\/p>\n<p>In October of 2010, James Dixon, founder and former CTO of Pentaho, came up with the term \u201cData Lake\u201d<\/p>\n<p>Data Lake came from the idea that the data drop in one place, and this place becomes a lake.<br \/>\nVisiting a large lake is always a very pleasant feeling. The water in the lake is in its purest form and there are different activities different people perform on the Lake. Some are people are fishing, some people are enjoying a boat ride, this lake also supplies drinking water to people. In short, the same lake is used for multiple purposes. Data Lake Architecture, like the water in the lake, data in a data lake is in the purest possible form. Like the lake, it caters to need to different people, those who want to fish or those who want to take a boat ride or those who want to get drinking water from it, a data lake architecture caters to multiple personas.<\/p>\n<p>This is not a official history about how the name came from. If you know please leave one comment.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake-1024x888.png\" alt=\"\" width=\"625\" height=\"542\" class=\"alignnone size-large wp-image-577\" srcset=\"http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake-1024x888.png 1024w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake-300x260.png 300w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake-768x666.png 768w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake-624x541.png 624w, http:\/\/www.igfasouza.com\/blog\/wp-content\/uploads\/2019\/04\/What-is-a-data-lake.png 2000w\" sizes=\"auto, (max-width: 625px) 100vw, 625px\" \/><\/p>\n<h2>3. Courses<\/h2>\n<p><a href=\"https:\/\/www.whizlabs.com\/blog\/top-big-data-influencers\/\" rel=\"noopener\" target=\"_blank\">https:\/\/www.whizlabs.com\/blog\/top-big-data-influencers\/<\/a><\/p>\n<p><a href=\"https:\/\/www.mooc-list.com\/course\/data-lakes-big-data-edcast\" rel=\"noopener\" target=\"_blank\">https:\/\/www.mooc-list.com\/course\/data-lakes-big-data-edcast<\/a><\/p>\n<h2>4. Books<\/h2>\n<p>The Enterprise Big Data Lake<br \/>\n<a href=\"https:\/\/www.oreilly.com\/library\/view\/the-enterprise-big\/9781491931547\" rel=\"noopener\" target=\"_blank\">oreilly<\/a><\/p>\n<p>Data Lake for Enterprises<br \/>\n<a href=\"https:\/\/www.oreilly.com\/library\/view\/data-lake-for\/9781787281349\/\" rel=\"noopener\" target=\"_blank\">oreilly<\/a><\/p>\n<h2>5. Influencers List<\/h2>\n<p><a href=\"https:\/\/www.whizlabs.com\/blog\/top-big-data-influencers\/\" rel=\"noopener\" target=\"_blank\">https:\/\/www.whizlabs.com\/blog\/top-big-data-influencers\/<\/a><\/p>\n<h2>6. Link<\/h2>\n<p><a href=\"http:\/\/usblogs.pwc.com\/emerging-technology\/data-lakes-and-the-promise-of-unsiloed-data\/\" rel=\"noopener\" target=\"_blank\">Data lakes and the promise of unsiloed data<\/a><\/p>\n<p><a href=\"https:\/\/engineering.linkedin.com\/distributed-systems\/log-what-every-software-engineer-should-know-about-real-time-datas-unifying\" rel=\"noopener\" target=\"_blank\">Every software engineer should know about real time datas<\/a><\/p>\n<p><a href=\"https:\/\/www.oreilly.com\/ideas\/questioning-the-lambda-architecture\" rel=\"noopener\" target=\"_blank\">Questioning the lambda architecture<\/a><\/p>\n<p><a href=\"https:\/\/blogs.oracle.com\/bigdata\/whats-a-data-lake\" rel=\"noopener\" target=\"_blank\">Whats a data lake<\/a><\/p>\n<p><a href=\"https:\/\/medium.com\/@rpradeepmenon\/demystifying-data-lake-architecture-30cf4ac8aa07\" rel=\"noopener\" target=\"_blank\">Data Lake architecture<\/a><\/p>\n<p><a href=\"https:\/\/blogs.oracle.com\/bigdata\/data-lake-database-data-warehouse-difference\" rel=\"noopener\" target=\"_blank\">What&#8217;s the Difference Between a Data Lake, Data Warehouse and Database?<\/a> <\/p>\n<p><a href=\"https:\/\/dzone.com\/articles\/what-is-data-streaming\" rel=\"noopener\" target=\"_blank\">What is data streaming<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How\u2019s it going there? if you&#8217;re not familiar with Big Data, I suggest you have a look on my post \u201cWhat is Big Data? \u201d before. This post is a collection of links, videos, tutorials, blogs and books that I&hellip; <a href=\"http:\/\/www.igfasouza.com\/blog\/what-is-data-lake\/\" class=\"more-link\">Continue Reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":573,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[4,5],"class_list":["post-572","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-big-data","tag-big-data","tag-data-lake"],"_links":{"self":[{"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/posts\/572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/comments?post=572"}],"version-history":[{"count":9,"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/posts\/572\/revisions"}],"predecessor-version":[{"id":1200,"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/posts\/572\/revisions\/1200"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/media\/573"}],"wp:attachment":[{"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/media?parent=572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/categories?post=572"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.igfasouza.com\/blog\/wp-json\/wp\/v2\/tags?post=572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}