Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Getting Started with Storm
  • Language: en
  • Pages: 106

Getting Started with Storm

"Continuous streaming computation with Twitter's cluster technology"--Cover.

Groovy 2 Cookbook
  • Language: en
  • Pages: 625

Groovy 2 Cookbook

This book follows a Cookbook style and is packed with intermediate and advanced level recipes.This book is for Java developers who have an interest in discovering new ways to quickly get the job done using a new language that shares many similarities with Java. The book’s recipes start simple, therefore no previous Groovy experience is required to understand the code and the explanations accompanying the examples.

Encyclopedia of Data Science and Machine Learning
  • Language: en
  • Pages: 3296

Encyclopedia of Data Science and Machine Learning

  • Type: Book
  • -
  • Published: 2023-01-20
  • -
  • Publisher: IGI Global

Big data and machine learning are driving the Fourth Industrial Revolution. With the age of big data upon us, we risk drowning in a flood of digital data. Big data has now become a critical part of both the business world and daily life, as the synthesis and synergy of machine learning and big data has enormous potential. Big data and machine learning are projected to not only maximize citizen wealth, but also promote societal health. As big data continues to evolve and the demand for professionals in the field increases, access to the most current information about the concepts, issues, trends, and technologies in this interdisciplinary area is needed. The Encyclopedia of Data Science and M...

Docker: Up and Running
  • Language: en
  • Pages: 505

Docker: Up and Running

A hands-on guide that will help you compose, package, deploy, and manage applications with ease KEY FEATURES ● Get familiar and work with key components of Docker. ● Learn how to automate CI/CD pipeline using Docker and Jenkins. ● Uncover the top Docker interview questions to crack your next interview. DESCRIPTION Containers are one of the disruptive technologies in IT that have fundamentally changed how software is build, shipped, and run today. If you want to pursue a career as a Software engineer or a DevOps professional, then this book is for you. The book starts by introducing Docker and teaches you how to write and run commands in Docker. The book then explains how to create Dock...

Redis Cookbook
  • Language: en
  • Pages: 71

Redis Cookbook

Two years since its initial release, Redis already has an impressive list of adopters, including Engine Yard, GitHub, Craigslist, and Digg. This open source data structure server is built for speed and flexibility, making it ideal for many applications. If you're using Redis, or considering it, this concise cookbook provides recipes for a variety of issues you're likely to face. Each recipe solves a specific problem, and provides an in-depth discussion of how the solution works. You’ll discover that Redis, while simple in nature, offers extensive functionality for manipulating and storing data. Learn when it makes sense to use Redis Explore several methods for installing Redis Connect to Redis in a number of ways, ranging from the command line to popular languages such as Python and Ruby Solve a range of needs, from linked datasets to analytics Handle backups, sharding, datasets larger than available memory, and many other tasks

Aprender Docker, un enfoque práctico
  • Language: es
  • Pages: 341

Aprender Docker, un enfoque práctico

  • Type: Book
  • -
  • Published: 2022-03-07
  • -
  • Publisher: Marcombo

Si quiere aprender a utilizar la tecnología de contenedores que ha revolucionado el desarrollo y la distribución de aplicaciones web, ha llegado al libro indicado. Antes de que Docker apareciese en la industria del desarrollo de software, era complicado garantizar la consistencia entre los entornos de desarrollo y producción. Era habitual encontrarse con aplicaciones que no se ejecutaban de forma correcta en el entorno de producción porque utilizaban dependencias con diferentes versiones de las que se habían utilizado en el entorno de desarrollo. La tecnología de contenedores de software soluciona este problema, ya que permite empaquetar y distribuir una aplicación con todas las depen...

Getting Started with Storm
  • Language: en
  • Pages: 106

Getting Started with Storm

Even as big data is turning the world upside down, the next phase of the revolution is already taking shape: real-time data analysis. This hands-on guide introduces you to Storm, a distributed, JVM-based system for processing streaming data. Through simple tutorials, sample Java code, and a complete real-world scenario, you’ll learn how to build fast, fault-tolerant solutions that process results as soon as the data arrives. Discover how easy it is to set up Storm clusters for solving various problems, including continuous data computation, distributed remote procedure calls, and data stream processing. Learn how to program Storm components: spouts for data input and bolts for data transformation Discover how data is exchanged between spouts and bolts in a Storm topology Make spouts fault-tolerant with several commonly used design strategies Explore bolts—their life cycle, strategies for design, and ways to implement them Scale your solution by defining each component’s level of parallelism Study a real-time web analytics system built with Node.js, a Redis server, and a Storm topology Write spouts and bolts with non-JVM languages such as Python, Ruby, and Javascript

Big Data Application Architecture Q&A
  • Language: en
  • Pages: 157

Big Data Application Architecture Q&A

  • Type: Book
  • -
  • Published: 2014-01-24
  • -
  • Publisher: Apress

Big Data Application Architecture Pattern Recipes provides an insight into heterogeneous infrastructures, databases, and visualization and analytics tools used for realizing the architectures of big data solutions. Its problem-solution approach helps in selecting the right architecture to solve the problem at hand. In the process of reading through these problems, you will learn harness the power of new big data opportunities which various enterprises use to attain real-time profits. Big Data Application Architecture Pattern Recipes answers one of the most critical questions of this time 'how do you select the best end-to-end architecture to solve your big data problem?'. The book deals with...

The Programmer's Brain
  • Language: en
  • Pages: 254

The Programmer's Brain

"A great book with deep insights into the bridge between programming and the human mind." - Mike Taylor, CGI Your brain responds in a predictable way when it encounters new or difficult tasks. This unique book teaches you concrete techniques rooted in cognitive science that will improve the way you learn and think about code. In The Programmer’s Brain: What every programmer needs to know about cognition you will learn: Fast and effective ways to master new programming languages Speed reading skills to quickly comprehend new code Techniques to unravel the meaning of complex code Ways to learn new syntax and keep it memorized Writing code that is easy for others to read Picking the right nam...

Pro Microservices in .NET 6
  • Language: en
  • Pages: 298

Pro Microservices in .NET 6

  • Type: Book
  • -
  • Published: 2022-01-16
  • -
  • Publisher: Apress

Know the fundamentals of creating and deploying microservices using .NET 6 and gain insight from prescriptive guidance in this book on the when and why to incorporate them. The microservices architecture is a way of distributing process workloads to independent applications. This distribution allows for the independent applications to scale and evolve separately. It also enables developers to dismantle large applications into smaller, easier-to-maintain, scalable parts. While the return is valuable and the concept straightforward, applying it to an application is far more complicated. Where do you start? How do you find the optimal dividing point for your app, and strategically, how should y...