Browse Results

Showing 26,301 through 26,325 of 53,816 results

Beginning Rust: From Novice To Professional

by Carlo Milanesi

Learn to program with Rust in an easy, step-by-step manner on Unix, Linux shell, macOS and the Windows command line. As you read this book, you’ll build on the knowledge you gained in previous chapters and see what Rust has to offer. Beginning Rust starts with the basics of Rust, including how to name objects, control execution flow, and handle primitive types. You’ll see how to do arithmetic, allocate memory, use iterators, and handle input/output. Once you have mastered these core skills, you’ll work on handling errors and using the object-oriented features of Rust to build robust Rust applications in no time.Only a basic knowledge of programming is required, preferably in C or C++. To understand this book, it's enough to know what integers and floating-point numbers are, and to distinguish identifiers from string literals.After reading this book, you'll be ready to build Rust applications. What You'll LearnGet started programming with RustUnderstand heterogeneous data structures and data sequencesDefine functions, generic functions, structs, and moreWork with closures, changeable strings, ranges and slicesUse traits and learn about lifetimes Who This Book Is For Those who are new to Rust and who have at least some prior experience with programming in general: some C/C++ is recommended particularly.

Beginning Server-Side Application Development with Angular: Discover how to rapidly prototype SEO-friendly web applications with Angular Universal

by Bram Borggreve

<P>Discover how to rapidly prototype SEO-friendly web applications with Angular Universal <P>Key Features <br>Rapidly build an application that's optimized for search performance <br>Develop service workers to make your application truly progressive <P>Automatically update metadata and load in content from external APIs <P>Equip yourself with the skills required to create modern, progressive web applications that load quickly and efficiently. This fast-paced guide to server-side Angular leads you through an example application that uses Angular Universal to render application pages on the server, rather than the client. <P><P>You'll learn how to serve your users views that load instantly, while reaping all the SEO benefits of improved page indexing. With differences of just 200 milliseconds in performance having a measurable impact on your users, it's more important than ever to get server-side right. <P>What you will learn <br>Use the official tools provided by Angular to build an SEO-friendly application <br>Create a dynamic web application that maps to current Angular best practices <br>Manage your Angular applications with Angular CLI <br>Implement server-side rendering for your future web application projects <br>Configure service workers to automatically update your application in the background <P>Who this book is for <br>This book is ideal for experienced front-end developers who are looking to quickly work through an intelligent example that demonstrates all the key features of server-side development with Angular. You'll need some prior exposure to Angular, as we skim over the basics and get straight to work.

Beginning Serverless Architectures with Microsoft Azure: Design scalable applications and microservices that effortlessly adapt to the requirements of your customers

by Daniel Bass

Migrating your application to a cloud-based serverless architecture doesn’t have to be difficult. Reduce complexity and minimize the time you spend administering servers or worrying about availability with this comprehensive guide to serverless applications on Azure.Key FeaturesProvides information on integration of Azure productsPlan and implement your own serverless backend to meet tried-and-true development standardsIncludes step-by-step instructions to help you navigate advanced concepts and application integrationsBook DescriptionMany businesses are rapidly adopting a microservices-first approach to development, driven by the availability of new commercial services like Azure Functions and AWS Lambda. In this book, we’ll show you how to quickly get up and running with your own serverless development on Microsoft Azure. We start by working through a single function, and work towards integration with other Azure services like App Insights and Cosmos DB to handle common user requirements like analytics and highly performant distributed storage. We finish up by providing you with the context you need to get started on a larger project of your own choosing, leaving you equipped with everything you need to migrate to a cloud-first serverless solution.What you will learnIdentify the key advantages and disadvantages of serverless developmentBuild a fully-functioning serverless application and utilize a wide variety of Azure servicesCreate, deploy, and manage your own Azure Functions in the cloudImplement core design principles for writing effective serverless codeWho this book is forThis book is ideal for back-end developers or engineers who want a quick hands-on introduction to developing serverless applications within the Microsoft ecosystem.

Beginning Serverless Computing: Developing with Amazon Web Services, Microsoft Azure, and Google Cloud

by Maddie Stigler

Learn the basics of serverless computing and how to develop event-driven architectures with the three major cloud platforms: Amazon Web Services, Microsoft Azure, and Google Cloud. This hands-on guide dives into the foundations of serverless computing, its use cases, and how to apply it using developer tools such as Node. js, Visual Studio Code, Postman, and Serverless Framework. You will apply the fundamentals of serverless technology from the ground up, and come away with a greater understanding of its power and how to make it work for you. This book teaches you how to quickly and securely develop applications without the hassle of configuring and maintaining infrastructure. You will learn how to harness serverless technology to rapidly reduce production time and minimize your costs, while still having the freedom to customize your code, without hindering functionality. Upon completion, you will have the knowledge and resources to build your own serverless application hosted in AWS, Azure, or Google Cloud and will have experienced the benefits of event-driven technology for yourself. What You'll Learn Gain a deeper understanding of serverless computing and when to use it Use development tools such as Node. js, Postman, and VS code to quickly set up your serverless development environment and produce applications Apply triggers to your serverless functions that best suit the architecture for the problem the functions are solving Begin building applications across cloud providers that utilize the power of serverless technology Understand best development practices with serverless computing to maintain scalable and practical solutions Code with an agnostic approach to cloud providers to minimize provider dependency Who This Book Is For Any developer looking to expand current knowledge of serverless computing, its applications, and how to architect serverless solutions, or someone just beginning in these areas

Beginning STM32: Developing With Freertos, Libopencm3 And Gcc

by Warren Gay

Using FreeRTOS and libopencm3 instead of the Arduino software environment, this book will help you develop multi-tasking applications that go beyond Arduino norms. In addition to the usual peripherals found in the typical Arduino device, the STM32 device includes a USB controller, RTC (Real Time Clock), DMA (Direct Memory Access controller), CAN bus and more. Each chapter contains clear explanations of the STM32 hardware capabilities to help get you started with the device, including GPIO and several other ST Microelectronics peripherals like USB and CAN bus controller. You’ll learn how to download and set up the libopencm3 + FreeRTOS development environment, using GCC. With everything set up, you’ll leverage FreeRTOS to create tasks, queues, and mutexes. You’ll also learn to work with the I2C bus to add GPIO using the PCF8574 chip. And how to create PWM output for RC control using hardware timers.You'll be introduced to new concepts that are necessary to master the STM32, such as how to extend code with GCC overlays using an external Winbond ​W25Q32 flash chip. Your knowledge is tested at the end of each chapter with exercises. Upon completing this book, you’ll be ready to work with any of the devices in the STM32 family. Beginning STM32 provides the professional, student, or hobbyist a way to learn about ARM without costing an arm!What You'll Learn Initialize and use the libopencm3 drivers and handle interruptsUse DMA to drive a SPI based OLED displaying an analog meterRead PWM from an RC control using hardware timersWho This Book Is ForExperienced embedded engineers, students, hobbyists and makers wishing to explore the ARM architecture, going beyond Arduino limits.

Beginning SVG: A Practical Introduction to SVG using Real-World Examples

by Alex Libby

Develop SVG functionality for use within websites quickly and natively, using basic tools such as HTML and CSS. This book is a project-oriented guide to creating and manipulating scalable vector graphics in the browser for websites or online applications, using little more than a text editor or free software, and the power of JavaScript. You'll use a starting toolset to incorporate into your existing workflow, develop future projects, and reduce any dependency on graphics applications for simple projects. This book is an excellent resource for getting acquainted with creating and manipulating SVG content. We live in an age where speed and simplicity are of the essence. Beginning SVG provides a perfect alternative when creating web-based projects that challenges the norm and encourages you to expand your resources and not resort to what “everyone else uses” (such as Illustrator). You'll discover that there is indeed a different way to achieve the same result. Stop thinking you must always resort to using graphics packages; there is always another way!What You'll LearnCreate powerful, optimized content that can be quickly and easily manipulated within the browserGet up to speed with SVG quickly, with minimal effort and maximum resultsSee how easy it is to apply SVG content and effects, without the need for lots of additional tools.Who This Book Is For Website developers and agile development teams who are keen to learn how to add and manipulate SVG quickly.

Beginning Swift [Book]: Master the fundamentals of programming in Swift 4

by Robert Kerr Kåre Morstøl

Master the fundamentals of programming in Swift 4Key Features Covers theory and practice in equal parts Teaches you how to correctly structure and architect software using Swift Uses real-world examples to connect the theory to a professional setting Imparts expertise in the core Swift standard libraryBook DescriptionTake your first foray into programming for Apple devices with Swift.Swift is fundamentally different from Objective-C, as it is a protocol-oriented language. While you can still write normal object-oriented code in Swift, it requires a new way of thinking to take advantage of its powerful features and a solid understanding of the basics to become productive.This course helps you develop client-side and server-side applications, as well as web services using Swift. We'll begin with exploring the fundamental Swift programming concepts, language structure, and the Swift programming syntax. Then, we'll learn to create original custom operators with Swift operators, branching, and loops.Moving on, we'll learn how to run application codes and compile errors. Having made progress with it, we'll see how Swift compares to other computer languages and how to transform your thinking. Then, master the usage of key language elements, such as strings and collections. Finally, grasp how Swift supports modern application development using advanced features, such as built-in Unicode support and higher-order functions.This is an introductory course to the Swift programming language with Xcode.After completing this course, students will be well-prepared to begin developing native end-user applications for iOS or macOS, or to develop server-side (back-end) application and web services using Swift on Linux.What you will learn Explore the fundamental Swift programming concepts, language structure, and the Swift programming syntax Learn how Swift compares to other computer languages and how to transform your thinking to leverage new concepts such as optionals and protocols Master how to use key language elements, such as strings and collections Grasp how Swift supports modern application development using advanced features, such as built-in Unicode support and higher-order functions.Who this book is forIf you are seeking fundamental Swift programming skills, in preparation for learning to develop native applications for iOS or macOS, this book is the best for you. You don’t need to have any prior Swift knowledge; however, object-oriented programming experience is desired.

Beginning Xamarin Development for the Mac: Create iOS, watchOS, and Apple tvOS apps with Xamarin.iOS and Visual Studio for Mac

by Dawid Borycki

Develop apps for the iPhone, iPad, and Apple wearables using Visual Studio for the Mac. Learn how to set up your development environment and emulators, and how to create adaptive user interfaces for various platforms. Expert Dawid Borycki guides you through the fundamentals of programming for Apple platforms (Model View Controller, Test Driven Development), navigation patterns, gesture handling, accessing user's location, and reading and consuming data from web services. After reading this book, you will be able to build native apps that look and feel like other apps built into iOS, watchOS, and tvOS, and have the skills that are in high demand in today's market. If you are already programming C# apps for web or desktop, you will learn how to extend your skill set to Apple mobile, wearable, and smart TV platforms. What You'll Learn Build and implement native apps for Apple platforms Create adaptive, universal views and handle navigation between them Access user's location and handle touch input Consume data from web services Minimize app development time with C# Who This Book Is For Developers who are interested in mobile and device development, as well as experienced non-Apple developers who want to switch or extend their skill set to programming for Apple platforms

Behavior Engineering and Applications (International Series on Computer Entertainment and Media Technology)

by Raymond Wong Chi-Hung Chi Patrick C. Hung

Many industrial applications built today are increasingly using emerging behavior engineering technologies: this book looks at various research and practical issues for researchers and students working in computer science and engineering, and for industry technology providers interested in behavior engineering and applications. Behavior Engineering and Applications encompasses intelligent and efficient computational solutions, including models, architectures, algorithms and specific applications, focused on processing, discovering, understanding and analyzing the behavior captured by the above data. Focusing on applying any engineering paradigm to systemically process, discover, understand and analyze these data, this book also addresses problems in a variety of areas and applications that related to behavior engineering.This book includes chapters derived from selected papers from The 2016 International Conference on Behavior Engineering (ICBE), as well as separate contributions the editors selected cutting-edge research related to behavior engineering.

Belief Functions: 5th International Conference, BELIEF 2018, Compiègne, France, September 17-21, 2018, Proceedings (Lecture Notes in Computer Science #11069)

by Sébastien Destercke Thierry Denoeux Fabio Cuzzolin Arnaud Martin

This book constitutes the refereed proceedings of the 5th International Conference on Belief Functions, BELIEF 2018, held in Compiègne, France, in September 2018.The 33 revised regular papers presented in this book were carefully selected and reviewed from 73 submissions. The papers were solicited on theoretical aspects (including for example statistical inference, mathematical foundations, continuous belief functions) as well as on applications in various areas including classification, statistics, data fusion, network analysis and intelligent vehicles.

Beneath the Blocks: An Unofficial Minecrafters Mysteries Series, Book Two (Unofficial Minecraft Mysteries #2)

by Winter Morgan

After solving the mystery of the stolen treasure, Edison is all set to return to his alchemy, when his friend Omar shows up at his door pleading for help. There is something or someone living beneath the blocks of Omar’s town, and things have started to take a treacherous turn. What started out as the theft of livestock and wheat has escalated, and now villagers have started to go missing as well.Edison tries to convince Omar that he’s not a good fit for the job—as he only solved a local robbery—and sends his friend on his way. But a few days later, Amira arrives with bad news—Omar is the latest villager to disappear. Consumed by guilt, Edison recruits Billy and they set off to rescue Omar and face the mysterious villain lurking beneath the blocks!Join Edison and Billy as they race to save the lost villagers in the second installment of the Unofficial Minecraft Mystery series!

Best Practices für die Partizipation in der Produktentwicklung: HMD Best Paper Award 2017 (essentials)

by Sebastian Rohmann Matthias Schumann

Unternehmen haben das Innovationspotenzial der eigenen Mitarbeiter auch außerhalb der F&E-Abteilung erkannt und eigene unternehmensinterne Innovations-Communities, auf Basis sog. Enterprise-Social-Software-Plattformen (ESSPs), implementiert. Viele Initiativen scheitern in der Praxis jedoch häufig aufgrund einer fehlenden oder zu geringen Partizipation der Mitarbeiter. Die mit den Maßnahmen erhofften Ziele werden dadurch oft nicht erreicht. In diesem essential werden die wesentlichen Problemfelder der mitarbeiterzentrierten Produktentwicklung beschrieben und Handlungsempfehlungen aus der Praxis aufgezeigt. Die AutorenSebastian Rohmann war wissenschaftlicher Mitarbeiter sowie Doktorand an der Professur für Anwendungssysteme und E-Business der Universität Göttingen und ist nun als strategischer Projektmanager tätig.Prof. Dr. Matthias Schumann ist Inhaber der Professur für Anwendungssysteme und E-Business an der Universität Göttingen.

Betrayal at Salty Springs: An Unofficial Fortnite Novel (Trapped In Battle Royale #3)

by Devin Hunter

Grey has improved a ton with the help of his friends, and he’s closing in on the top tier of players. But then his closest friend announces that he’s been asked to join a new squad on the top tier and leaves them in hopes of making the top five with his new squad. Grey is devastated, and their play struggles. He falls back several ranks and begins to wonder if it’s even possible to escape the game this season. Some players have been there for many seasons…some aren’t even trying to leave because they like it so much. Maybe he should just accept it as his life. A former rival tells him to snap out of it—he’s too good to slide back so far. They end up in a squad and do well enough to scale the ranks again. Grey has a chance to screw over his old Ally/Friend by taking his place on the Top Tier team, but will he?

Beyond Artificial Intelligence: From Human Consciousness to Artificial Consciousness

by Alain Cardon

This book will present a complete modeling of the human psychic system that allows to generate the thoughts in a strictly organizational approach that mixes a rising and falling approach. The model will present the architecture of the psychic system that can generate sensations and thoughts, showing how one can feel thoughts. The model developed into an organizational architecture based on massive multiagent systems. The architecture will be fully developed, showing how an artificial system can be endowed with consciousness and intentionally generate thoughts and, especially, feel them. These results are multidisciplinary, combining both psychology and computer science disciplines.

Beyond Databases, Architectures and Structures. Facing the Challenges of Data Proliferation and Growing Variety: 14th International Conference, BDAS 2018, Held at the 24th IFIP World Computer Congress, WCC 2018, Poznan, Poland, September 18-20, 2018, Proceedings (Communications in Computer and Information Science #928)

by Stanisław Kozielski Dariusz Mrozek Paweł Kasprowski Bożena Małysiak-Mrozek Daniel Kostrzewa

This book constitutes the refereed proceedings of the 14th International Conference entitled Beyond Databases, Architectures and Structures, BDAS 2018, held in Poznań, Poland, in September 2018, during the IFIP World Computer Congress.It consists of 38 carefully reviewed papers selected from 102 submissions. The papers are organized in topical sections, namely big data and cloud computing; architectures, structures and algorithms for efficient data processing; artificial intelligence, data mining and knowledge discovery; text mining, natural language processing, ontologies and semantic web; image analysis and multimedia mining.

Beyond Spreadsheets with R: A beginner's guide to R and RStudio

by Jonathan Carroll

SummaryBeyond Spreadsheets with R shows you how to take raw data and transform it for use in computations, tables, graphs, and more. You'll build on simple programming techniques like loops and conditionals to create your own custom functions. You'll come away with a toolkit of strategies for analyzing and visualizing data of all sorts using R and RStudio.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologySpreadsheets are powerful tools for many tasks, but if you need to interpret, interrogate, and present data, they can feel like the wrong tools for the task. That's when R programming is the way to go. The R programming language provides a comfortable environment to properly handle all types of data. And within the open source RStudio development suite, you have at your fingertips easy-to-use ways to simplify complex manipulations and create reproducible processes for analysis and reporting.About the BookWith Beyond Spreadsheets with R you'll learn how to go from raw data to meaningful insights using R and RStudio. Each carefully crafted chapter covers a unique way to wrangle data, from understanding individual values to interacting with complex collections of data, including data you scrape from the web. You'll build on simple programming techniques like loops and conditionals to create your own custom functions. You'll come away with a toolkit of strategies for analyzing and visualizing data of all sorts.What's insideHow to start programming with R and RStudioUnderstanding and implementing important R structures and operatorsInstalling and working with R packagesTidying, refining, and plotting your dataAbout the ReaderIf you're comfortable writing formulas in Excel, you're ready for this book.About the AuthorDr Jonathan Carroll is a data science consultant providing R programming services. He holds a PhD in theoretical physics.Table of ContentsIntroducing data and the R languageGetting to know R data typesMaking new data valuesUnderstanding the tools you'll use: FunctionsCombining data valuesSelecting data valuesDoing things with lots of dataDoing things conditionally: Control structuresVisualizing data: PlottingDoing more with your data with extensions

Bidirectional Transformations: International Summer School, Oxford, Uk, July 25-29, 2016, Tutorial Lectures (Lecture Notes in Computer Science #9715)

by Jeremy Gibbons Perdita Stevens

Bidirectional transformations (BX) are means of maintaining consistency between multiple information sources: when one source is edited, the others may need updating to restore consistency. BX have applications in databases, user interface design, model-driven development, and many other domains. This volume represents the lecture notes from the Summer School on Bidirectional Transformations, held in Oxford, UK, in July 2016. The school was one of the final activities on the project "A Theory of Least Change for Bidirectional Transformations", running at the University of Oxford and the University of Edinburgh from 2013 to 2017 and funded by the UK Engineering and Physical Sciences Research Council. The five chapters included in this volume are a record of most of the material presented at the summer school. After a comprehensive introduction to bidirectional transformations, they deal with triple graph grammars, modular edit lenses, putback-based bidirectional programming, and engineering of bidirectional transformations.

Big Data: 6th CCF Conference, Big Data 2018, Xi'an, China, October 11-13, 2018, Proceedings (Communications in Computer and Information Science #945)

by Zongben Xu Xinbo Gao Qiguang Miao Yunquan Zhang Jiajun Bu

This volume constitutes the proceedings of the 6th CCF Conference, Big Data 2018, held in Xi'an, China, in October 2018. The 32 revised full papers presented in this volume were carefully reviewed and selected from 880 submissions. The papers are organized in topical sections on natural language processing and text mining; big data analytics and smart computing; big data applications; the application of big data in machine learning; social networks and recommendation systems; parallel computing and storage of big data; data quality control and data governance; big data system and management.

Big Data – BigData 2018: 7th International Congress, Held as Part of the Services Conference Federation, SCF 2018, Seattle, WA, USA, June 25–30, 2018, Proceedings (Lecture Notes in Computer Science #10968)

by Francis Y. L. Chin C. L. Philip Chen Latifur Khan Kisung Lee Liang-Jie Zhang

This volume constitutes the proceedings of the 7th International Conference on BIGDATA 2018, held as Part of SCF 2018 in Seattle, WA, USA in June 2018.The 22 full papers together with 10 short papers published in this volume were carefully reviewed and selected from 97 submissions. They are organized in topical sections such as Data analysis, data as a service, services computing, data conversion, data storage, data centers, dataflow architectures, data compression, data exchange, data modeling, databases, and data management.

Big Data Analytics: Proceedings of CSI 2015 (Advances in Intelligent Systems and Computing #654)

by Vasudha Bhatnagar Durgesh Kumar Mishra V. B. Aggarwal

This volume comprises the select proceedings of the annual convention of the Computer Society of India. Divided into 10 topical volumes, the proceedings present papers on state-of-the-art research, surveys, and succinct reviews. The volumes cover diverse topics ranging from communications networks to big data analytics, and from system architecture to cyber security. This volume focuses on Big Data Analytics. The contents of this book will be useful to researchers and students alike.

Big Data Analytics: A Social Network Approach (Studies in Big Data #30)

by Aboul Hassanien Mrutyunjaya Panda Ajith Abraham

Social networking has increased drastically in recent years, resulting in an increased amount of data being created daily. Furthermore, diversity of issues and complexity of the social networks pose a challenge in social network mining. Traditional algorithm software cannot deal with such complex and vast amounts of data, necessitating the development of novel analytic approaches and tools. This reference work deals with social network aspects ofbig data analytics. It covers theory, practices and challenges in social networking. The book spans numerous disciplines like neural networking, deep learning, artificial intelligence, visualization, e-learning in higher education, e-healthcare, security and intrusion detection.

Big Data Analytics: 6th International Conference, BDA 2018, Warangal, India, December 18–21, 2018, Proceedings (Lecture Notes in Computer Science #11297)

by Anirban Mondal Himanshu Gupta Jaideep Srivastava P. Krishna Reddy D. V. L. N. Somayajulu

This book constitutes the refereed proceedings of the 6th International Conference on Big Data analytics, BDA 2018, held in Warangal, India, in December 2018. The 29 papers presented in this volume were carefully reviewed and selected from 93 submissions. The papers are organized in topical sections named: big data analytics: vision and perspectives; financial data analytics and data streams; web and social media data; big data systems and frameworks; predictive analytics in healthcare and agricultural domains; and machine learning and pattern mining.

Big Data Analytics and Knowledge Discovery: 20th International Conference, DaWaK 2018, Regensburg, Germany, September 3–6, 2018, Proceedings (Lecture Notes in Computer Science #11031)

by Carlos Ordonez Ladjel Bellatreche

This book constitutes the refereed proceedings of the 20th International Conference on Big Data Analytics and Knowledge Discovery, DaWaK 2018, held in Regensburg, Germany, in September 2018.The 13 revised full papers and 17 short papers presented were carefully reviewed and selected from 76 submissions. The papers are organized in the following topical sections: Graph analytics; case studies; classification and clustering; pre-processing; sequences; cloud and database systems; and data mining.

Big Data Analytics in Cybersecurity (Data Analytics Applications)

by Onur Savas Julia Deng

Big data is presenting challenges to cybersecurity. For an example, the Internet of Things (IoT) will reportedly soon generate a staggering 400 zettabytes (ZB) of data a year. Self-driving cars are predicted to churn out 4000 GB of data per hour of driving. Big data analytics, as an emerging analytical technology, offers the capability to collect, store, process, and visualize these vast amounts of data. Big Data Analytics in Cybersecurity examines security challenges surrounding big data and provides actionable insights that can be used to improve the current practices of network operators and administrators. Applying big data analytics in cybersecurity is critical. By exploiting data from the networks and computers, analysts can discover useful network information from data. Decision makers can make more informative decisions by using this analysis, including what actions need to be performed, and improvement recommendations to policies, guidelines, procedures, tools, and other aspects of the network processes. Bringing together experts from academia, government laboratories, and industry, the book provides insight to both new and more experienced security professionals, as well as data analytics professionals who have varying levels of cybersecurity expertise. It covers a wide range of topics in cybersecurity, which include: Network forensics Threat analysis Vulnerability assessment Visualization Cyber training. In addition, emerging security domains such as the IoT, cloud computing, fog computing, mobile computing, and cyber-social networks are examined. The book first focuses on how big data analytics can be used in different aspects of cybersecurity including network forensics, root-cause analysis, and security training. Next it discusses big data challenges and solutions in such emerging cybersecurity domains as fog computing, IoT, and mobile app security. The book concludes by presenting the tools and datasets for future cybersecurity research.

Big Data Analytics with Hadoop 3: Build highly effective analytics solutions to gain valuable insight into your big data

by Sridhar Alla

Explore big data concepts, platforms, analytics, and their applications using the power of Hadoop 3Key FeaturesLearn Hadoop 3 to build effective big data analytics solutions on-premise and on cloudIntegrate Hadoop with other big data tools such as R, Python, Apache Spark, and Apache FlinkExploit big data using Hadoop 3 with real-world examplesBook DescriptionApache Hadoop is the most popular platform for big data processing, and can be combined with a host of other big data tools to build powerful analytics solutions. Big Data Analytics with Hadoop 3 shows you how to do just that, by providing insights into the software as well as its benefits with the help of practical examples.Once you have taken a tour of Hadoop 3’s latest features, you will get an overview of HDFS, MapReduce, and YARN, and how they enable faster, more efficient big data processing. You will then move on to learning how to integrate Hadoop with the open source tools, such as Python and R, to analyze and visualize data and perform statistical computing on big data. As you get acquainted with all this, you will explore how to use Hadoop 3 with Apache Spark and Apache Flink for real-time data analytics and stream processing. In addition to this, you will understand how to use Hadoop to build analytics solutions on the cloud and an end-to-end pipeline to perform big data analysis using practical use cases.By the end of this book, you will be well-versed with the analytical capabilities of the Hadoop ecosystem. You will be able to build powerful solutions to perform big data analytics and get insight effortlessly.What you will learnExplore the new features of Hadoop 3 along with HDFS, YARN, and MapReduceGet well-versed with the analytical capabilities of Hadoop ecosystem using practical examplesIntegrate Hadoop with R and Python for more efficient big data processing Learn to use Hadoop with Apache Spark and Apache Flink for real-time data analyticsSet up a Hadoop cluster on AWS cloudPerform big data analytics on AWS using Elastic Map ReduceWho this book is forBig Data Analytics with Hadoop 3 is for you if you are looking to build high-performance analytics solutions for your enterprise or business using Hadoop 3’s powerful features, or you’re new to big data analytics. A basic understanding of the Java programming language is required.

Refine Search

Showing 26,301 through 26,325 of 53,816 results