Author: Matt Fuller
Publisher: "O'Reilly Media, Inc."
ISBN: 1098107667
Category : Computers
Languages : en
Pages : 310
Book Description
Perform fast interactive analytics against different data sources using the Trino high-performance distributed SQL query engine. With this practical guide, you'll learn how to conduct analytics on data where it lives, whether it's Hive, Cassandra, a relational database, or a proprietary data store. Analysts, software engineers, and production engineers will learn how to manage, use, and even develop with Trino. Initially developed by Facebook, open source Trino is now used by Netflix, Airbnb, LinkedIn, Twitter, Uber, and many other companies. Matt Fuller, Manfred Moser, and Martin Traverso show you how a single Trino query can combine data from multiple sources to allow for analytics across your entire organization. Get started: Explore Trino's use cases and learn about tools that will help you connect to Trino and query data Go deeper: Learn Trino's internal workings, including how to connect to and query data sources with support for SQL statements, operators, functions, and more Put Trino in production: Secure Trino, monitor workloads, tune queries, and connect more applications; learn how other organizations apply Trino
Trino: The Definitive Guide
Author: Matt Fuller
Publisher: "O'Reilly Media, Inc."
ISBN: 1098107667
Category : Computers
Languages : en
Pages : 310
Book Description
Perform fast interactive analytics against different data sources using the Trino high-performance distributed SQL query engine. With this practical guide, you'll learn how to conduct analytics on data where it lives, whether it's Hive, Cassandra, a relational database, or a proprietary data store. Analysts, software engineers, and production engineers will learn how to manage, use, and even develop with Trino. Initially developed by Facebook, open source Trino is now used by Netflix, Airbnb, LinkedIn, Twitter, Uber, and many other companies. Matt Fuller, Manfred Moser, and Martin Traverso show you how a single Trino query can combine data from multiple sources to allow for analytics across your entire organization. Get started: Explore Trino's use cases and learn about tools that will help you connect to Trino and query data Go deeper: Learn Trino's internal workings, including how to connect to and query data sources with support for SQL statements, operators, functions, and more Put Trino in production: Secure Trino, monitor workloads, tune queries, and connect more applications; learn how other organizations apply Trino
Publisher: "O'Reilly Media, Inc."
ISBN: 1098107667
Category : Computers
Languages : en
Pages : 310
Book Description
Perform fast interactive analytics against different data sources using the Trino high-performance distributed SQL query engine. With this practical guide, you'll learn how to conduct analytics on data where it lives, whether it's Hive, Cassandra, a relational database, or a proprietary data store. Analysts, software engineers, and production engineers will learn how to manage, use, and even develop with Trino. Initially developed by Facebook, open source Trino is now used by Netflix, Airbnb, LinkedIn, Twitter, Uber, and many other companies. Matt Fuller, Manfred Moser, and Martin Traverso show you how a single Trino query can combine data from multiple sources to allow for analytics across your entire organization. Get started: Explore Trino's use cases and learn about tools that will help you connect to Trino and query data Go deeper: Learn Trino's internal workings, including how to connect to and query data sources with support for SQL statements, operators, functions, and more Put Trino in production: Secure Trino, monitor workloads, tune queries, and connect more applications; learn how other organizations apply Trino
Jenkins: The Definitive Guide
Author: John Ferguson Smart
Publisher: "O'Reilly Media, Inc."
ISBN: 144931306X
Category : Computers
Languages : en
Pages : 407
Book Description
Streamline software development with Jenkins, the popular Java-based open source tool that has revolutionized the way teams think about Continuous Integration (CI). This complete guide shows you how to automate your build, integration, release, and deployment processes with Jenkins—and demonstrates how CI can save you time, money, and many headaches. Ideal for developers, software architects, and project managers, Jenkins: The Definitive Guide is both a CI tutorial and a comprehensive Jenkins reference. Through its wealth of best practices and real-world tips, you'll discover how easy it is to set up a CI service with Jenkins. Learn how to install, configure, and secure your Jenkins server Organize and monitor general-purpose build jobs Integrate automated tests to verify builds, and set up code quality reporting Establish effective team notification strategies and techniques Configure build pipelines, parameterized jobs, matrix builds, and other advanced jobs Manage a farm of Jenkins servers to run distributed builds Implement automated deployment and continuous delivery
Publisher: "O'Reilly Media, Inc."
ISBN: 144931306X
Category : Computers
Languages : en
Pages : 407
Book Description
Streamline software development with Jenkins, the popular Java-based open source tool that has revolutionized the way teams think about Continuous Integration (CI). This complete guide shows you how to automate your build, integration, release, and deployment processes with Jenkins—and demonstrates how CI can save you time, money, and many headaches. Ideal for developers, software architects, and project managers, Jenkins: The Definitive Guide is both a CI tutorial and a comprehensive Jenkins reference. Through its wealth of best practices and real-world tips, you'll discover how easy it is to set up a CI service with Jenkins. Learn how to install, configure, and secure your Jenkins server Organize and monitor general-purpose build jobs Integrate automated tests to verify builds, and set up code quality reporting Establish effective team notification strategies and techniques Configure build pipelines, parameterized jobs, matrix builds, and other advanced jobs Manage a farm of Jenkins servers to run distributed builds Implement automated deployment and continuous delivery
Cassandra: The Definitive Guide
Author: Jeff Carpenter
Publisher: "O'Reilly Media, Inc."
ISBN: 1491933631
Category : Computers
Languages : en
Pages : 369
Book Description
Imagine what you could do if scalability wasn't a problem. With this hands-on guide, you’ll learn how the Cassandra database management system handles hundreds of terabytes of data while remaining highly available across multiple data centers. This expanded second edition—updated for Cassandra 3.0—provides the technical details and practical examples you need to put this database to work in a production environment. Authors Jeff Carpenter and Eben Hewitt demonstrate the advantages of Cassandra’s non-relational design, with special attention to data modeling. If you’re a developer, DBA, or application architect looking to solve a database scaling issue or future-proof your application, this guide helps you harness Cassandra’s speed and flexibility. Understand Cassandra’s distributed and decentralized structure Use the Cassandra Query Language (CQL) and cqlsh—the CQL shell Create a working data model and compare it with an equivalent relational model Develop sample applications using client drivers for languages including Java, Python, and Node.js Explore cluster topology and learn how nodes exchange data Maintain a high level of performance in your cluster Deploy Cassandra on site, in the Cloud, or with Docker Integrate Cassandra with Spark, Hadoop, Elasticsearch, Solr, and Lucene
Publisher: "O'Reilly Media, Inc."
ISBN: 1491933631
Category : Computers
Languages : en
Pages : 369
Book Description
Imagine what you could do if scalability wasn't a problem. With this hands-on guide, you’ll learn how the Cassandra database management system handles hundreds of terabytes of data while remaining highly available across multiple data centers. This expanded second edition—updated for Cassandra 3.0—provides the technical details and practical examples you need to put this database to work in a production environment. Authors Jeff Carpenter and Eben Hewitt demonstrate the advantages of Cassandra’s non-relational design, with special attention to data modeling. If you’re a developer, DBA, or application architect looking to solve a database scaling issue or future-proof your application, this guide helps you harness Cassandra’s speed and flexibility. Understand Cassandra’s distributed and decentralized structure Use the Cassandra Query Language (CQL) and cqlsh—the CQL shell Create a working data model and compare it with an equivalent relational model Develop sample applications using client drivers for languages including Java, Python, and Node.js Explore cluster topology and learn how nodes exchange data Maintain a high level of performance in your cluster Deploy Cassandra on site, in the Cloud, or with Docker Integrate Cassandra with Spark, Hadoop, Elasticsearch, Solr, and Lucene
Apache
Author: Ben Laurie
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002033
Category : Computers
Languages : en
Pages : 591
Book Description
Describes the history of the Web server platform and covers downloading and compiling, configuring and running the program on UNIX, writing specialized modules, and establishing security routines.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002033
Category : Computers
Languages : en
Pages : 591
Book Description
Describes the history of the Web server platform and covers downloading and compiling, configuring and running the program on UNIX, writing specialized modules, and establishing security routines.
Scuba Confidential
Author: Simon Pridmore
Publisher: Sandsmedia via PublishDrive
ISBN:
Category : Sports & Recreation
Languages : en
Pages : 343
Book Description
Scuba Confidential is a unique book packed full of valuable tips and expert advice, giving you unprecedented access to the secrets of dive professionals and technical divers. With Scuba Confidential, you will learn how to master skills and techniques that will make you a more confident, capable and safe diver. It offers an informed, balanced view on some of scuba diving's most contentious issues like going solo, deep diving and rebreathers and includes a comprehensive analysis of how diving accidents happen and how to make sure you do not become a statistic. Scuba Confidential also gives you valuable insights on a vast range of topics such as what it is like to do a cave diving course, how to make sure you buy the right equipment, what to consider when choosing an instructor, things even the pros get wrong and where to find the best diving in the world. This is candid, no-nonsense practical advice from a professional who has been involved over the last three decades with virtually every aspect of the sport. Have you ever wondered? How to look as comfortable in the water as the professionals do? What it is like to dive inside shipwrecks? Which training courses are most worthwhile? If you would make a good technical diver? If you should be considering a rebreather? How you can improve your diving skills? How you can reduce your air consumption? Why diving accidents happen and how to prevent them? Whether you might sometimes actually be safer solo diving? How to dive deep safely? Or How muck diving can possibly be any fun? Scuba Confidential has the answers to these questions and many more.
Publisher: Sandsmedia via PublishDrive
ISBN:
Category : Sports & Recreation
Languages : en
Pages : 343
Book Description
Scuba Confidential is a unique book packed full of valuable tips and expert advice, giving you unprecedented access to the secrets of dive professionals and technical divers. With Scuba Confidential, you will learn how to master skills and techniques that will make you a more confident, capable and safe diver. It offers an informed, balanced view on some of scuba diving's most contentious issues like going solo, deep diving and rebreathers and includes a comprehensive analysis of how diving accidents happen and how to make sure you do not become a statistic. Scuba Confidential also gives you valuable insights on a vast range of topics such as what it is like to do a cave diving course, how to make sure you buy the right equipment, what to consider when choosing an instructor, things even the pros get wrong and where to find the best diving in the world. This is candid, no-nonsense practical advice from a professional who has been involved over the last three decades with virtually every aspect of the sport. Have you ever wondered? How to look as comfortable in the water as the professionals do? What it is like to dive inside shipwrecks? Which training courses are most worthwhile? If you would make a good technical diver? If you should be considering a rebreather? How you can improve your diving skills? How you can reduce your air consumption? Why diving accidents happen and how to prevent them? Whether you might sometimes actually be safer solo diving? How to dive deep safely? Or How muck diving can possibly be any fun? Scuba Confidential has the answers to these questions and many more.
Asterisk: The Definitive Guide
Author: Russell Bryant
Publisher: "O'Reilly Media, Inc."
ISBN: 1449332455
Category : Computers
Languages : en
Pages : 1011
Book Description
Design a complete Voice over IP (VoIP) or traditional PBX system with Asterisk, even if you have only basic telecommunications knowledge. This bestselling guide makes it easy, with a detailed roadmap that shows you how to install and configure this open source software, whether you’re upgrading your existing phone system or starting from scratch. Ideal for Linux administrators, developers, and power users, this updated edition shows you how to write a basic dialplan step-by-step, and brings you up to speed on the features in Asterisk 11, the latest long-term support release from Digium. You’ll quickly gain working knowledge to build a simple yet inclusive system. Integrate Asterisk with analog, VoIP, and digital telephony systems Build an interactive dialplan, using best practices for more advanced features Delve into voicemail options, such as storing messages in a database Connect to external services including Google Talk, XMPP, and calendars Incorporate Asterisk features and functions into a relational database to facilitate information sharing Learn how to use Asterisk’s security, call routing, and faxing features Monitor and control your system with the Asterisk Manager Interface (AMI) Plan for expansion by learning tools for building distributed systems
Publisher: "O'Reilly Media, Inc."
ISBN: 1449332455
Category : Computers
Languages : en
Pages : 1011
Book Description
Design a complete Voice over IP (VoIP) or traditional PBX system with Asterisk, even if you have only basic telecommunications knowledge. This bestselling guide makes it easy, with a detailed roadmap that shows you how to install and configure this open source software, whether you’re upgrading your existing phone system or starting from scratch. Ideal for Linux administrators, developers, and power users, this updated edition shows you how to write a basic dialplan step-by-step, and brings you up to speed on the features in Asterisk 11, the latest long-term support release from Digium. You’ll quickly gain working knowledge to build a simple yet inclusive system. Integrate Asterisk with analog, VoIP, and digital telephony systems Build an interactive dialplan, using best practices for more advanced features Delve into voicemail options, such as storing messages in a database Connect to external services including Google Talk, XMPP, and calendars Incorporate Asterisk features and functions into a relational database to facilitate information sharing Learn how to use Asterisk’s security, call routing, and faxing features Monitor and control your system with the Asterisk Manager Interface (AMI) Plan for expansion by learning tools for building distributed systems
Tom Clancy's The Division: New York Collapse
Author: Alex Irvine
Publisher: Chronicle Books
ISBN: 9781452148274
Category : Games & Activities
Languages : en
Pages : 0
Book Description
New York Collapse is an in-world fictionalized companion to one of the biggest video game releases of 2016: Tom Clancy's The Division from Ubisoft. Within this discarded survivalist field guide, written before the collapse, lies a mystery—a handwritten account of a woman struggling to discover why New York City fell. The keys to unlocking the survivor's full story are hidden within seven removable artifacts, ranging from a full-city map to a used transit card. Retrace her steps through a destroyed urban landscape and decipher her clues to reveal the key secrets at the heart of this highly anticipated game.
Publisher: Chronicle Books
ISBN: 9781452148274
Category : Games & Activities
Languages : en
Pages : 0
Book Description
New York Collapse is an in-world fictionalized companion to one of the biggest video game releases of 2016: Tom Clancy's The Division from Ubisoft. Within this discarded survivalist field guide, written before the collapse, lies a mystery—a handwritten account of a woman struggling to discover why New York City fell. The keys to unlocking the survivor's full story are hidden within seven removable artifacts, ranging from a full-city map to a used transit card. Retrace her steps through a destroyed urban landscape and decipher her clues to reveal the key secrets at the heart of this highly anticipated game.
AppleScript: The Definitive Guide
Author: Matt Neuburg
Publisher: "O'Reilly Media, Inc."
ISBN: 144937915X
Category : Computers
Languages : en
Pages : 594
Book Description
Mac users everywhere--even those who know nothing about programming--are discovering the value of the latest version of AppleScript, Apple's vastly improved scripting language for Mac OS X Tiger. And with this new edition of the top-selling AppleScript: The Definitive Guide, anyone, regardless of your level of experience, can learn to use AppleScript to make your Mac time more efficient and more enjoyable by automating repetitive tasks, customizing applications, and even controlling complex workflows. Fully revised and updated--and with more and better examples than ever--AppleScript: The Definitive Guide, 2nd Edition explores AppleScript 1.10 from the ground up. You will learn how AppleScript works and how to use it in a variety of contexts: in everyday scripts to process automation, in CGI scripts for developing applications in Cocoa, or in combination with other scripting languages like Perl and Ruby. AppleScript has shipped with every Mac since System 7 in 1991, and its ease of use and English-friendly dialect are highly appealing to most Mac fans. Novices, developers, and everyone in between who wants to know how, where, and why to use AppleScript will find AppleScript: The Definitive Guide, 2nd Edition to be the most complete source on the subject available. It's as perfect for beginners who want to write their first script as it is for experienced users who need a definitive reference close at hand. AppleScript: The Definitive Guide, 2nd Edition begins with a relevant and useful AppleScript overview and then gets quickly to the language itself; when you have a good handle on that, you get to see AppleScript in action, and learn how to put it into action for you. An entirely new chapter shows developers how to make your Mac applications scriptable, and how to give them that Mac OS X look and feel with AppleScript Studio. Thorough appendixes deliver additional tools and resources you won't find anywhere else. Reviewed and approved by Apple, this indispensable guide carries the ADC (Apple Developer Connection) logo.
Publisher: "O'Reilly Media, Inc."
ISBN: 144937915X
Category : Computers
Languages : en
Pages : 594
Book Description
Mac users everywhere--even those who know nothing about programming--are discovering the value of the latest version of AppleScript, Apple's vastly improved scripting language for Mac OS X Tiger. And with this new edition of the top-selling AppleScript: The Definitive Guide, anyone, regardless of your level of experience, can learn to use AppleScript to make your Mac time more efficient and more enjoyable by automating repetitive tasks, customizing applications, and even controlling complex workflows. Fully revised and updated--and with more and better examples than ever--AppleScript: The Definitive Guide, 2nd Edition explores AppleScript 1.10 from the ground up. You will learn how AppleScript works and how to use it in a variety of contexts: in everyday scripts to process automation, in CGI scripts for developing applications in Cocoa, or in combination with other scripting languages like Perl and Ruby. AppleScript has shipped with every Mac since System 7 in 1991, and its ease of use and English-friendly dialect are highly appealing to most Mac fans. Novices, developers, and everyone in between who wants to know how, where, and why to use AppleScript will find AppleScript: The Definitive Guide, 2nd Edition to be the most complete source on the subject available. It's as perfect for beginners who want to write their first script as it is for experienced users who need a definitive reference close at hand. AppleScript: The Definitive Guide, 2nd Edition begins with a relevant and useful AppleScript overview and then gets quickly to the language itself; when you have a good handle on that, you get to see AppleScript in action, and learn how to put it into action for you. An entirely new chapter shows developers how to make your Mac applications scriptable, and how to give them that Mac OS X look and feel with AppleScript Studio. Thorough appendixes deliver additional tools and resources you won't find anywhere else. Reviewed and approved by Apple, this indispensable guide carries the ADC (Apple Developer Connection) logo.
Health Care Administration
Author: Lawrence Wolper
Publisher: Jones & Bartlett Learning
ISBN: 0763757918
Category : Business & Economics
Languages : en
Pages : 815
Book Description
Health Care Administration: Managing Organized Delivery Systems, Fifth Edition provides graduate and pre-professional students with a comprehensive, detailed overview of the numerous facets of the modern healthcare system, focusing on functions and operations at both the corporate and hospital level. The Fifth Edition of this authoritative text comprises several new subjects, including new chapters on patient safety and ambulatory care center design and planning. Other updated topics include healthcare information systems, management of nursing systems, labor and employment law, and financial management, as well discussions on current healthcare policy in the United States. Health Care Administration: Managing Organized Delivery Systems, Fifth Edition continues to be one of the most effective teaching texts in the field, addressing operational, technical and organizational matters along with the day-to-day responsibilities of hospital administrators. Broad in scope, this essential text has now evolved to offer the most up-to-date, comprehensive treatment of the organizational functions of today's complex and ever-changing healthcare delivery system.
Publisher: Jones & Bartlett Learning
ISBN: 0763757918
Category : Business & Economics
Languages : en
Pages : 815
Book Description
Health Care Administration: Managing Organized Delivery Systems, Fifth Edition provides graduate and pre-professional students with a comprehensive, detailed overview of the numerous facets of the modern healthcare system, focusing on functions and operations at both the corporate and hospital level. The Fifth Edition of this authoritative text comprises several new subjects, including new chapters on patient safety and ambulatory care center design and planning. Other updated topics include healthcare information systems, management of nursing systems, labor and employment law, and financial management, as well discussions on current healthcare policy in the United States. Health Care Administration: Managing Organized Delivery Systems, Fifth Edition continues to be one of the most effective teaching texts in the field, addressing operational, technical and organizational matters along with the day-to-day responsibilities of hospital administrators. Broad in scope, this essential text has now evolved to offer the most up-to-date, comprehensive treatment of the organizational functions of today's complex and ever-changing healthcare delivery system.
Learning Spark
Author: Jules S. Damji
Publisher: O'Reilly Media
ISBN: 1492050016
Category : Computers
Languages : en
Pages : 400
Book Description
Data is bigger, arrives faster, and comes in a variety of formats—and it all needs to be processed at scale for analytics or machine learning. But how can you process such varied workloads efficiently? Enter Apache Spark. Updated to include Spark 3.0, this second edition shows data engineers and data scientists why structure and unification in Spark matters. Specifically, this book explains how to perform simple and complex data analytics and employ machine learning algorithms. Through step-by-step walk-throughs, code snippets, and notebooks, you’ll be able to: Learn Python, SQL, Scala, or Java high-level Structured APIs Understand Spark operations and SQL Engine Inspect, tune, and debug Spark operations with Spark configurations and Spark UI Connect to data sources: JSON, Parquet, CSV, Avro, ORC, Hive, S3, or Kafka Perform analytics on batch and streaming data using Structured Streaming Build reliable data pipelines with open source Delta Lake and Spark Develop machine learning pipelines with MLlib and productionize models using MLflow
Publisher: O'Reilly Media
ISBN: 1492050016
Category : Computers
Languages : en
Pages : 400
Book Description
Data is bigger, arrives faster, and comes in a variety of formats—and it all needs to be processed at scale for analytics or machine learning. But how can you process such varied workloads efficiently? Enter Apache Spark. Updated to include Spark 3.0, this second edition shows data engineers and data scientists why structure and unification in Spark matters. Specifically, this book explains how to perform simple and complex data analytics and employ machine learning algorithms. Through step-by-step walk-throughs, code snippets, and notebooks, you’ll be able to: Learn Python, SQL, Scala, or Java high-level Structured APIs Understand Spark operations and SQL Engine Inspect, tune, and debug Spark operations with Spark configurations and Spark UI Connect to data sources: JSON, Parquet, CSV, Avro, ORC, Hive, S3, or Kafka Perform analytics on batch and streaming data using Structured Streaming Build reliable data pipelines with open source Delta Lake and Spark Develop machine learning pipelines with MLlib and productionize models using MLflow