EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Real time Analytics with Storm and Cassandra

Download or read book Real time Analytics with Storm and Cassandra written by Shilpi Saxena and published by Packt Publishing Ltd. This book was released on 2015-03-27 with total page 220 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you want to efficiently use Storm and Cassandra together and excel at developing production-grade, distributed real-time applications, then this book is for you. No prior knowledge of using Storm and Cassandra together is necessary. However, a background in Java is expected.

Book Real Time Big Data Analytics

Download or read book Real Time Big Data Analytics written by Sumit Gupta and published by Packt Publishing Ltd. This book was released on 2016-02-26 with total page 326 pages. Available in PDF, EPUB and Kindle. Book excerpt: Design, process, and analyze large sets of complex data in real time About This Book Get acquainted with transformations and database-level interactions, and ensure the reliability of messages processed using Storm Implement strategies to solve the challenges of real-time data processing Load datasets, build queries, and make recommendations using Spark SQL Who This Book Is For If you are a Big Data architect, developer, or a programmer who wants to develop applications/frameworks to implement real-time analytics using open source technologies, then this book is for you. What You Will Learn Explore big data technologies and frameworks Work through practical challenges and use cases of real-time analytics versus batch analytics Develop real-word use cases for processing and analyzing data in real-time using the programming paradigm of Apache Storm Handle and process real-time transactional data Optimize and tune Apache Storm for varied workloads and production deployments Process and stream data with Amazon Kinesis and Elastic MapReduce Perform interactive and exploratory data analytics using Spark SQL Develop common enterprise architectures/applications for real-time and batch analytics In Detail Enterprise has been striving hard to deal with the challenges of data arriving in real time or near real time. Although there are technologies such as Storm and Spark (and many more) that solve the challenges of real-time data, using the appropriate technology/framework for the right business use case is the key to success. This book provides you with the skills required to quickly design, implement and deploy your real-time analytics using real-world examples of big data use cases. From the beginning of the book, we will cover the basics of varied real-time data processing frameworks and technologies. We will discuss and explain the differences between batch and real-time processing in detail, and will also explore the techniques and programming concepts using Apache Storm. Moving on, we'll familiarize you with “Amazon Kinesis” for real-time data processing on cloud. We will further develop your understanding of real-time analytics through a comprehensive review of Apache Spark along with the high-level architecture and the building blocks of a Spark program. You will learn how to transform your data, get an output from transformations, and persist your results using Spark RDDs, using an interface called Spark SQL to work with Spark. At the end of this book, we will introduce Spark Streaming, the streaming library of Spark, and will walk you through the emerging Lambda Architecture (LA), which provides a hybrid platform for big data processing by combining real-time and precomputed batch data to provide a near real-time view of incoming data. Style and approach This step-by-step is an easy-to-follow, detailed tutorial, filled with practical examples of basic and advanced features. Each topic is explained sequentially and supported by real-world examples and executable code snippets.

Book Practical Real time Data Processing and Analytics

Download or read book Practical Real time Data Processing and Analytics written by Shilpi Saxena and published by Packt Publishing Ltd. This book was released on 2017-09-28 with total page 354 pages. Available in PDF, EPUB and Kindle. Book excerpt: A practical guide to help you tackle different real-time data processing and analytics problems using the best tools for each scenario About This Book Learn about the various challenges in real-time data processing and use the right tools to overcome them This book covers popular tools and frameworks such as Spark, Flink, and Apache Storm to solve all your distributed processing problems A practical guide filled with examples, tips, and tricks to help you perform efficient Big Data processing in real-time Who This Book Is For If you are a Java developer who would like to be equipped with all the tools required to devise an end-to-end practical solution on real-time data streaming, then this book is for you. Basic knowledge of real-time processing would be helpful, and knowing the fundamentals of Maven, Shell, and Eclipse would be great. What You Will Learn Get an introduction to the established real-time stack Understand the key integration of all the components Get a thorough understanding of the basic building blocks for real-time solution designing Garnish the search and visualization aspects for your real-time solution Get conceptually and practically acquainted with real-time analytics Be well equipped to apply the knowledge and create your own solutions In Detail With the rise of Big Data, there is an increasing need to process large amounts of data continuously, with a shorter turnaround time. Real-time data processing involves continuous input, processing and output of data, with the condition that the time required for processing is as short as possible. This book covers the majority of the existing and evolving open source technology stack for real-time processing and analytics. You will get to know about all the real-time solution aspects, from the source to the presentation to persistence. Through this practical book, you'll be equipped with a clear understanding of how to solve challenges on your own. We'll cover topics such as how to set up components, basic executions, integrations, advanced use cases, alerts, and monitoring. You'll be exposed to the popular tools used in real-time processing today such as Apache Spark, Apache Flink, and Storm. Finally, you will put your knowledge to practical use by implementing all of the techniques in the form of a practical, real-world use case. By the end of this book, you will have a solid understanding of all the aspects of real-time data processing and analytics, and will know how to deploy the solutions in production environments in the best possible manner. Style and Approach In this practical guide to real-time analytics, each chapter begins with a basic high-level concept of the topic, followed by a practical, hands-on implementation of each concept, where you can see the working and execution of it. The book is written in a DIY style, with plenty of practical use cases, well-explained code examples, and relevant screenshots and diagrams.

Book Real Time Streaming with Apache Kafka  Spark  and Storm

Download or read book Real Time Streaming with Apache Kafka Spark and Storm written by Brindha Priyadarshini Jeyaraman and published by BPB Publications. This book was released on 2021-08-20 with total page 196 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build a platform using Apache Kafka, Spark, and Storm to generate real-time data insights and view them through Dashboards. KEY FEATURES ● Extensive practical demonstration of Apache Kafka concepts, including producer and consumer examples. ● Includes graphical examples and explanations of implementing Kafka Producer and Kafka Consumer commands and methods. ● Covers integration and implementation of Spark-Kafka and Kafka-Storm architectures. DESCRIPTION Real-Time Streaming with Apache Kafka, Spark, and Storm is a book that provides an overview of the real-time streaming concepts and architectures of Apache Kafka, Storm, and Spark. The readers will learn how to build systems that can process data streams in real time using these technologies. They will be able to process a large amount of real-time data and perform analytics or generate insights as a result of this. The architecture of Kafka and its various components are described in detail. A Kafka Cluster installation and configuration will be demonstrated. The Kafka publisher-subscriber system will be implemented in the Eclipse IDE using the Command Line and Java. The book discusses the architecture of Apache Storm, the concepts of Spout and Bolt, as well as their applications in a Transaction Alert System. It also describes Spark's core concepts, applications, and the use of Spark to implement a microservice. To learn about the process of integrating Kafka and Storm, two approaches to Spark and Kafka integration will be discussed. This book will assist a software engineer to transition to a Big Data engineer and Big Data architect by providing knowledge of big data processing and the architectures of Kafka, Storm, and Spark Streaming. WHAT YOU WILL LEARN ● Creation of Kafka producers, consumers, and brokers using command line. ● End-to-end implementation of Kafka messaging system with Java in Eclipse. ● Perform installation and creation of a Storm Cluster and execute Storm Management commands. ● Implement Spouts, Bolts and a Topology in Storm for Transaction alert application system. ● Perform the implementation of a microservice using Spark in Scala IDE. ● Learn about the various approaches of integrating Kafka and Spark. ● Perform integration of Kafka and Storm using Java in the Eclipse IDE. WHO THIS BOOK IS FOR This book is intended for Software Developers, Data Scientists, and Big Data Architects who want to build software systems to process data streams in real time. To understand the concepts in this book, knowledge of any programming language such as Java, Python, etc. is needed. TABLE OF CONTENTS 1. Introduction to Kafka 2. Installing Kafka 3. Kafka Messaging 4. Kafka Producers 5. Kafka Consumers 6. Introduction to Storm 7. Installation and Configuration 8. Spouts and Bolts 9. Introduction to Spark 10. Spark Streaming 11. Kafka Integration with Storm 12. Kafka Integration with Spark

Book Real Time Analytics

    Book Details:
  • Author : Byron Ellis
  • Publisher : John Wiley & Sons
  • Release : 2014-06-23
  • ISBN : 1118838025
  • Pages : 432 pages

Download or read book Real Time Analytics written by Byron Ellis and published by John Wiley & Sons. This book was released on 2014-06-23 with total page 432 pages. Available in PDF, EPUB and Kindle. Book excerpt: Construct a robust end-to-end solution for analyzing and visualizing streaming data Real-time analytics is the hottest topic in data analytics today. In Real-Time Analytics: Techniques to Analyze and Visualize Streaming Data, expert Byron Ellis teaches data analysts technologies to build an effective real-time analytics platform. This platform can then be used to make sense of the constantly changing data that is beginning to outpace traditional batch-based analysis platforms. The author is among a very few leading experts in the field. He has a prestigious background in research, development, analytics, real-time visualization, and Big Data streaming and is uniquely qualified to help you explore this revolutionary field. Moving from a description of the overall analytic architecture of real-time analytics to using specific tools to obtain targeted results, Real-Time Analytics leverages open source and modern commercial tools to construct robust, efficient systems that can provide real-time analysis in a cost-effective manner. The book includes: A deep discussion of streaming data systems and architectures Instructions for analyzing, storing, and delivering streaming data Tips on aggregating data and working with sets Information on data warehousing options and techniques Real-Time Analytics includes in-depth case studies for website analytics, Big Data, visualizing streaming and mobile data, and mining and visualizing operational data flows. The book's "recipe" layout lets readers quickly learn and implement different techniques. All of the code examples presented in the book, along with their related data sets, are available on the companion website.

Book Storm Blueprints  Patterns for Distributed Real time Computation

Download or read book Storm Blueprints Patterns for Distributed Real time Computation written by P. Taylor Goetz and published by Packt Publishing Ltd. This book was released on 2014-03-26 with total page 512 pages. Available in PDF, EPUB and Kindle. Book excerpt: A blueprints book with 10 different projects built in 10 different chapters which demonstrate the various use cases of storm for both beginner and intermediate users, grounded in real-world example applications. Although the book focuses primarily on Java development with Storm, the patterns are more broadly applicable and the tips, techniques, and approaches described in the book apply to architects, developers, and operations. Additionally, the book should provoke and inspire applications of distributed computing to other industries and domains. Hadoop enthusiasts will also find this book a good introduction to Storm, providing a potential migration path from batch processing to the world of real-time analytics.

Book LLVM Cookbook

    Book Details:
  • Author : Mayur Pandey
  • Publisher : Packt Publishing Ltd
  • Release : 2015-05-30
  • ISBN : 1785286404
  • Pages : 296 pages

Download or read book LLVM Cookbook written by Mayur Pandey and published by Packt Publishing Ltd. This book was released on 2015-05-30 with total page 296 pages. Available in PDF, EPUB and Kindle. Book excerpt: The book is for compiler programmers who are familiar with concepts of compilers and want to indulge in understanding, exploring, and using LLVM infrastructure in a meaningful way in their work. This book is also for programmers who are not directly involved in compiler projects but are often involved in development phases where they write thousands of lines of code. With knowledge of how compilers work, they will be able to code in an optimal way and improve performance with clean code.

Book Mastering Apache Cassandra   Second Edition

Download or read book Mastering Apache Cassandra Second Edition written by Nishant Neeraj and published by Packt Publishing Ltd. This book was released on 2015-03-26 with total page 350 pages. Available in PDF, EPUB and Kindle. Book excerpt: The book is aimed at intermediate developers with an understanding of core database concepts who want to become a master at implementing Cassandra for their application.

Book Java for Data Science

    Book Details:
  • Author : Richard M. Reese
  • Publisher : Packt Publishing Ltd
  • Release : 2017-01-10
  • ISBN : 1785281240
  • Pages : 376 pages

Download or read book Java for Data Science written by Richard M. Reese and published by Packt Publishing Ltd. This book was released on 2017-01-10 with total page 376 pages. Available in PDF, EPUB and Kindle. Book excerpt: Examine the techniques and Java tools supporting the growing field of data science About This Book Your entry ticket to the world of data science with the stability and power of Java Explore, analyse, and visualize your data effectively using easy-to-follow examples Make your Java applications more capable using machine learning Who This Book Is For This book is for Java developers who are comfortable developing applications in Java. Those who now want to enter the world of data science or wish to build intelligent applications will find this book ideal. Aspiring data scientists will also find this book very helpful. What You Will Learn Understand the nature and key concepts used in the field of data science Grasp how data is collected, cleaned, and processed Become comfortable with key data analysis techniques See specialized analysis techniques centered on machine learning Master the effective visualization of your data Work with the Java APIs and techniques used to perform data analysis In Detail Data science is concerned with extracting knowledge and insights from a wide variety of data sources to analyse patterns or predict future behaviour. It draws from a wide array of disciplines including statistics, computer science, mathematics, machine learning, and data mining. In this book, we cover the important data science concepts and how they are supported by Java, as well as the often statistically challenging techniques, to provide you with an understanding of their purpose and application. The book starts with an introduction of data science, followed by the basic data science tasks of data collection, data cleaning, data analysis, and data visualization. This is followed by a discussion of statistical techniques and more advanced topics including machine learning, neural networks, and deep learning. The next section examines the major categories of data analysis including text, visual, and audio data, followed by a discussion of resources that support parallel implementation. The final chapter illustrates an in-depth data science problem and provides a comprehensive, Java-based solution. Due to the nature of the topic, simple examples of techniques are presented early followed by a more detailed treatment later in the book. This permits a more natural introduction to the techniques and concepts presented in the book. Style and approach This book follows a tutorial approach, providing examples of each of the major concepts covered. With a step-by-step instructional style, this book covers various facets of data science and will get you up and running quickly.

Book Mastering Apache Storm

    Book Details:
  • Author : Ankit Jain
  • Publisher : Packt Publishing Ltd
  • Release : 2017-08-16
  • ISBN : 1787120406
  • Pages : 276 pages

Download or read book Mastering Apache Storm written by Ankit Jain and published by Packt Publishing Ltd. This book was released on 2017-08-16 with total page 276 pages. Available in PDF, EPUB and Kindle. Book excerpt: Master the intricacies of Apache Storm and develop real-time stream processing applications with ease About This Book Exploit the various real-time processing functionalities offered by Apache Storm such as parallelism, data partitioning, and more Integrate Storm with other Big Data technologies like Hadoop, HBase, and Apache Kafka An easy-to-understand guide to effortlessly create distributed applications with Storm Who This Book Is For If you are a Java developer who wants to enter into the world of real-time stream processing applications using Apache Storm, then this book is for you. No previous experience in Storm is required as this book starts from the basics. After finishing this book, you will be able to develop not-so-complex Storm applications. What You Will Learn Understand the core concepts of Apache Storm and real-time processing Follow the steps to deploy multiple nodes of Storm Cluster Create Trident topologies to support various message-processing semantics Make your cluster sharing effective using Storm scheduling Integrate Apache Storm with other Big Data technologies such as Hadoop, HBase, Kafka, and more Monitor the health of your Storm cluster In Detail Apache Storm is a real-time Big Data processing framework that processes large amounts of data reliably, guaranteeing that every message will be processed. Storm allows you to scale your data as it grows, making it an excellent platform to solve your big data problems. This extensive guide will help you understand right from the basics to the advanced topics of Storm. The book begins with a detailed introduction to real-time processing and where Storm fits in to solve these problems. You'll get an understanding of deploying Storm on clusters by writing a basic Storm Hello World example. Next we'll introduce you to Trident and you'll get a clear understanding of how you can develop and deploy a trident topology. We cover topics such as monitoring, Storm Parallelism, scheduler and log processing, in a very easy to understand manner. You will also learn how to integrate Storm with other well-known Big Data technologies such as HBase, Redis, Kafka, and Hadoop to realize the full potential of Storm. With real-world examples and clear explanations, this book will ensure you will have a thorough mastery of Apache Storm. You will be able to use this knowledge to develop efficient, distributed real-time applications to cater to your business needs. Style and approach This easy-to-follow guide is full of examples and real-world applications to help you get an in-depth understanding of Apache Storm. This book covers the basics thoroughly and also delves into the intermediate and slightly advanced concepts of application development with Apache Storm.

Book Big Data

    Book Details:
  • Author : James Warren
  • Publisher : Simon and Schuster
  • Release : 2015-04-29
  • ISBN : 1638351104
  • Pages : 481 pages

Download or read book Big Data written by James Warren and published by Simon and Schuster. This book was released on 2015-04-29 with total page 481 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Big Data teaches you to build big data systems using an architecture that takes advantage of clustered hardware along with new tools designed specifically to capture and analyze web-scale data. It describes a scalable, easy-to-understand approach to big data systems that can be built and run by a small team. Following a realistic example, this book guides readers through the theory of big data systems, how to implement them in practice, and how to deploy and operate them once they're built. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Book Web-scale applications like social networks, real-time analytics, or e-commerce sites deal with a lot of data, whose volume and velocity exceed the limits of traditional database systems. These applications require architectures built around clusters of machines to store and process data of any size, or speed. Fortunately, scale and simplicity are not mutually exclusive. Big Data teaches you to build big data systems using an architecture designed specifically to capture and analyze web-scale data. This book presents the Lambda Architecture, a scalable, easy-to-understand approach that can be built and run by a small team. You'll explore the theory of big data systems and how to implement them in practice. In addition to discovering a general framework for processing big data, you'll learn specific technologies like Hadoop, Storm, and NoSQL databases. This book requires no previous exposure to large-scale data analysis or NoSQL tools. Familiarity with traditional databases is helpful. What's Inside Introduction to big data systems Real-time processing of web-scale data Tools like Hadoop, Cassandra, and Storm Extensions to traditional database skills About the Authors Nathan Marz is the creator of Apache Storm and the originator of the Lambda Architecture for big data systems. James Warren is an analytics architect with a background in machine learning and scientific computing. Table of Contents A new paradigm for Big Data PART 1 BATCH LAYER Data model for Big Data Data model for Big Data: Illustration Data storage on the batch layer Data storage on the batch layer: Illustration Batch layer Batch layer: Illustration An example batch layer: Architecture and algorithms An example batch layer: Implementation PART 2 SERVING LAYER Serving layer Serving layer: Illustration PART 3 SPEED LAYER Realtime views Realtime views: Illustration Queuing and stream processing Queuing and stream processing: Illustration Micro-batch stream processing Micro-batch stream processing: Illustration Lambda Architecture in depth

Book

    Book Details:
  • Author : Posts & Telecom Press
  • Publisher : Packt Publishing Ltd
  • Release : 2024-05-16
  • ISBN : 183620860X
  • Pages : 296 pages

Download or read book written by Posts & Telecom Press and published by Packt Publishing Ltd. This book was released on 2024-05-16 with total page 296 pages. Available in PDF, EPUB and Kindle. Book excerpt: 一本介绍实时大数据计算领域的相关技巧和经验(包括Flink、Spark和Storm等流处理框架技术)的指南。 Key Features 全书从搭建开发环境开始,逐步实现流处理,循序渐进地引导读者学习如何利用组件协同应用来解决实际问题。 Book Description本书主要介绍实时大数据计算领域的相关技巧和经验,包括Flink、Spark和Storm等流处理框架技术。全书从搭建开发环境开始,逐步实现流处理,循序渐进地引导读者学习如何利用Rabbit MQ、Kafka和NiFi以及Storm、Spark、Flink和Beam等组件协同应用来解决实际问题。 本书内容分为6个部分,分别是“导言——熟悉实时分析”“搭建基础设施”“Storm实时计算”“使用Spark实现实时计算”“使用Flink实现实时分析”以及“综合应用”。 在阅读本书之前,读者应具备基本的Java和Scala编程基础,还应熟悉Maven、Java和Eclipse的安装和配置流程。What you will learn 搭建基础设施 Storm实时计算 使用Spark实现实时计算 使用Flink实现实时分析 Who this book is for 本书适合想对实时数据处理和分析的各个方面有深入了解,并想将其以最佳方式部署在生产环境中的人阅读。

Book Data Science and Business Intelligence for Corporate Decision Making

Download or read book Data Science and Business Intelligence for Corporate Decision Making written by Dr. P. S. Aithal and published by Srinivas Publication, Mangalore. This book was released on 2024-02-09 with total page 222 pages. Available in PDF, EPUB and Kindle. Book excerpt: About the Book: A comprehensive book plan on "Data Science and Business Intelligence for Corporate Decision-Making" with 15 chapters, each with several sections: Chapter 1: Introduction to Data Science and Business Intelligence Chapter 2: Foundations of Data Science Chapter 3: Business Intelligence Tools and Technologies Chapter 4: Data Visualization for Decision-Making Chapter 5: Machine Learning for Business Intelligence Chapter 6: Big Data Analytics Chapter 7: Data Ethics and Governance Chapter 8: Data-Driven Decision-Making Process Chapter 9: Business Intelligence in Marketing Chapter 10: Financial Analytics and Business Intelligence Chapter 11: Operational Excellence through Data Analytics Chapter 12: Human Resources and People Analytics Chapter 13: Case Studies in Data-Driven Decision-Making Chapter 14: Future Trends in Data Science and Business Intelligence Chapter 15: Implementing Data Science Strategies in Corporations Each chapter dives deep into the concepts, methods, and applications of data science and business intelligence, providing practical insights, real-world examples, and case studies for corporate decision-making processes.

Book Advances in Computer  Communication and Control

Download or read book Advances in Computer Communication and Control written by Utpal Biswas and published by Springer. This book was released on 2019-02-14 with total page 563 pages. Available in PDF, EPUB and Kindle. Book excerpt: The book discusses the recent research trends in various sub-domains of computing, communication and control. It includes research papers presented at the First International Conference on Emerging Trends in Engineering and Science. Focusing on areas such as optimization techniques, game theory, supply chain, green computing, 5g networks, Internet of Things, social networks, power electronics and robotics, it is a useful resource for academics and researchers alike.

Book Big Data Computing

    Book Details:
  • Author : Tanvir Habib Sardar
  • Publisher : CRC Press
  • Release : 2024-02-27
  • ISBN : 100382272X
  • Pages : 397 pages

Download or read book Big Data Computing written by Tanvir Habib Sardar and published by CRC Press. This book was released on 2024-02-27 with total page 397 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book primarily aims to provide an in-depth understanding of recent advances in big data computing technologies, methodologies, and applications along with introductory details of big data computing models such as Apache Hadoop, MapReduce, Hive, Pig, Mahout in-memory storage systems, NoSQL databases, and big data streaming services such as Apache Spark, Kafka, and so forth. It also covers developments in big data computing applications such as machine learning, deep learning, graph processing, and many others. Features: Provides comprehensive analysis of advanced aspects of big data challenges and enabling technologies. Explains computing models using real-world examples and dataset-based experiments. Includes case studies, quality diagrams, and demonstrations in each chapter. Describes modifications and optimization of existing technologies along with the novel big data computing models. Explores references to machine learning, deep learning, and graph processing. This book is aimed at graduate students and researchers in high-performance computing, data mining, knowledge discovery, and distributed computing.

Book Streaming Data

    Book Details:
  • Author : Andrew Psaltis
  • Publisher : Simon and Schuster
  • Release : 2017-05-31
  • ISBN : 1638357242
  • Pages : 314 pages

Download or read book Streaming Data written by Andrew Psaltis and published by Simon and Schuster. This book was released on 2017-05-31 with total page 314 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Streaming Data introduces the concepts and requirements of streaming and real-time data systems. The book is an idea-rich tutorial that teaches you to think about how to efficiently interact with fast-flowing data. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology As humans, we're constantly filtering and deciphering the information streaming toward us. In the same way, streaming data applications can accomplish amazing tasks like reading live location data to recommend nearby services, tracking faults with machinery in real time, and sending digital receipts before your customers leave the shop. Recent advances in streaming data technology and techniques make it possible for any developer to build these applications if they have the right mindset. This book will let you join them. About the Book Streaming Data is an idea-rich tutorial that teaches you to think about efficiently interacting with fast-flowing data. Through relevant examples and illustrated use cases, you'll explore designs for applications that read, analyze, share, and store streaming data. Along the way, you'll discover the roles of key technologies like Spark, Storm, Kafka, Flink, RabbitMQ, and more. This book offers the perfect balance between big-picture thinking and implementation details. What's Inside The right way to collect real-time data Architecting a streaming pipeline Analyzing the data Which technologies to use and when About the Reader Written for developers familiar with relational database concepts. No experience with streaming or real-time applications required. About the Author Andrew Psaltis is a software engineer focused on massively scalable real-time analytics. Table of Contents PART 1 - A NEW HOLISTIC APPROACH Introducing streaming data Getting data from clients: data ingestion Transporting the data from collection tier: decoupling the data pipeline Analyzing streaming data Algorithms for data analysis Storing the analyzed or collected data Making the data available Consumer device capabilities and limitations accessing the data PART 2 - TAKING IT REAL WORLD Analyzing Meetup RSVPs in real time

Book Smart Grid and Enabling Technologies

Download or read book Smart Grid and Enabling Technologies written by Shady S. Refaat and published by John Wiley & Sons. This book was released on 2021-07-27 with total page 516 pages. Available in PDF, EPUB and Kindle. Book excerpt: SMART GRID AND ENABLING TECHNOLOGIES Discover foundational topics in smart grid technology as well as an exploration of the current and future state of the industry As the relationship between fossil fuel use and climate change becomes ever clearer, the search is on for reliable, renewable and less harmful sources of energy. Sometimes called the “electronet” or the “energy Internet,” smart grids promise to integrate renewable energy, information, and communication technologies with the existing electrical grid and deliver electricity more efficiently and reliably. Smart Grid and Enabling Technologies delivers a complete vision of smart grid technology and applications, including foundational and fundamental technologies, the technology that enables smart grids, the current state of the industry, and future trends in smart energy. The book offers readers thorough discussions of modern smart grid technology, including advanced metering infrastructure, net zero energy buildings, and communication, data management, and networks in smart grids. The accomplished authors also discuss critical challenges and barriers facing the smart grid industry as well as trends likely to be of importance in its future development. Readers will also benefit from the inclusion of: A thorough introduction to smart grid architecture, including traditional grids, the fundamentals of electric power, definitions and classifications of smart grids, and the components of smart grid technology An exploration of the opportunities and challenges posed by renewable energy integration Practical discussions of power electronics in the smart grid, including power electronics converters for distributed generation, flexible alternating current transmission systems, and high voltage direct current transmission systems An analysis of distributed generation Perfect for scientists, researchers, engineers, graduate students, and senior undergraduate students studying and working with electrical power systems and communication systems. Smart Grid and Enabling Technologies will also earn a place in the libraries of economists, government planners and regulators, policy makers, and energy stakeholders working in the smart grid field.