Cargando…

BigQuery for data warehousing : managed data analysis in the Google cloud /

Create a data warehouse, complete with reporting and dashboards using Google's BigQuery technology. This book takes you from the basic concepts of data warehousing through the design, build, load, and maintenance phases. You will build capabilities to capture data from the operational environme...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mucchetti, Mark
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Santa Monica, CA : APress, [2020]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1198557721
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 201002s2020 cau ob 000 0 eng d
040 |a YDX  |b eng  |e pn  |c YDX  |d EBLCP  |d YDXIT  |d UKAHL  |d OCLCF  |d OCLCO  |d GW5XE  |d UMI  |d TOH  |d UKMGB  |d TEFOD  |d N$T  |d SNK  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBC0K0449  |2 bnb 
016 7 |a 019968871  |2 Uk 
019 |a 1202464821  |a 1226354920  |a 1264811392 
020 |a 9781484261866  |q (electronic bk.) 
020 |a 1484261860  |q (electronic bk.) 
020 |z 1484261852 
020 |z 9781484261859 
024 7 |a 10.1007/978-1-4842-6186-6  |2 doi 
029 1 |a AU@  |b 000068068699 
029 1 |a AU@  |b 000068809968 
029 1 |a AU@  |b 000068857615 
029 1 |a UKMGB  |b 019968871 
035 |a (OCoLC)1198557721  |z (OCoLC)1202464821  |z (OCoLC)1226354920  |z (OCoLC)1264811392 
037 |a CL0501000175  |b Safari Books Online 
037 |a FE709C5F-65FE-4353-BC30-A95E41876B4A  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.D37  |b M83 2020 
082 0 4 |a 005.74/5  |2 23 
049 |a UAMI 
100 1 |a Mucchetti, Mark. 
245 1 0 |a BigQuery for data warehousing :  |b managed data analysis in the Google cloud /  |c Mark Mucchetti. 
264 1 |a Santa Monica, CA :  |b APress,  |c [2020] 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
505 0 |a Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Part I: Building a Warehouse -- Chapter 1: Settling into BigQuery -- Getting Started with GCP -- Beginning with GCP -- Using Google Cloud Platform -- The Cloud Console -- The Command-Line Interface -- Programmatic Access -- BigQuery in the Cloud Console -- Querying -- Tables -- Aliasing -- Commenting -- SELECT -- FROM -- WHERE -- GROUP BY -- ORDER BY -- LIMIT -- Additional Things to Try -- Shortcuts -- Statement Batches -- Query History -- Saving Queries and Views 
505 8 |a Scheduled Queries -- Designing Your Warehouse -- Google BigQuery As a Data Store -- Row-Oriented Approach -- Column-Oriented Approach -- Google BigQuery As a Data Warehouse -- Key Questions -- Fundamentals -- What Problem Am I Trying to Solve? -- What Is the Scope of This Problem? -- Who Will Be the Primary Users of Your Warehouse? -- Are You Replacing Something That Exists Already? -- Thinking About Scale -- How Much Data Do I Have Today? -- How Quickly Will My Data Increase in Size? -- How Many Readers Am I Going to Have? -- How Many Analysts Am I Going to Have? -- What Is My Budget? 
505 8 |a Do I Need to Account for Real-Time Data? -- Data Normalization -- Summary -- Chapter 2: Starting Your Warehouse Project -- Where to Start -- Key Questions -- What Are My Finite Resources? -- What Is My Business Domain? -- What Differentiates My Business from Others in Its Domain? -- Who Knows What Data I Need? -- Who Already Knows What Data They Need? -- What Are My Key Entities? -- What Are My Key Relationships? -- What Role Does Time Play in My Model? -- What Role Does Cost Play in My Model? -- General Considerations -- Making the Case -- Interviewing Stakeholders -- Resolving Conflicts 
505 8 |a Compiling Documentation -- Sources of Truth -- Data Dictionary -- The Charter -- Understanding Business Acceptance -- Recording Decisions -- Choosing a Design -- Transactional Store -- Star/Snowflake Schemas -- NoSQL -- BigQuery -- Understanding the BigQuery Model -- Projects -- Datasets -- Tables -- Normalization/Denormalization -- Hierarchical Data Structure -- Partitioning -- Summary -- Chapter 3: All My Data -- The Data Model -- Intake Rates -- Value of Historical Data -- Creating the Data Model -- Making a Dataset -- Creating Tables -- Source -- Empty -- Google Cloud Storage -- Upload 
505 8 |a Drive -- Google Cloud Bigtable -- Format -- CSV -- JSONL -- Avro -- Parquet/ORC -- Destination -- A Little Aside on Naming Things -- Schema -- STRING -- BYTES -- INTEGER -- FLOAT -- NUMERIC -- BOOLEAN -- TIMESTAMP -- DATE -- TIME -- GEOGRAPHY -- ARRAY -- STRUCT (RECORD) -- Mode -- Partition and Cluster Settings -- Advanced Options -- Partitioning -- Partitioning by Integer -- Clustering -- Reading from BigQuery -- BigQuery UI -- bq Command Line -- BigQuery API -- BigQuery Storage API -- Summary -- Chapter 4: Managing BigQuery Costs -- The BigQuery Model -- BigQuery Cost Models -- Storage Pricing 
504 |a Includes bibliographical references. 
520 |a Create a data warehouse, complete with reporting and dashboards using Google's BigQuery technology. This book takes you from the basic concepts of data warehousing through the design, build, load, and maintenance phases. You will build capabilities to capture data from the operational environment, and then mine and analyze that data for insight into making your business more successful. You will gain practical knowledge about how to use BigQuery to solve data challenges in your organization. BigQuery is a managed cloud platform from Google that provides enterprise data warehousing and reporting capabilities. Part I of this book shows you how to design and provision a data warehouse in the BigQuery platform. Part II teaches you how to load and stream your operational data into the warehouse to make it ready for analysis and reporting. Parts III and IV cover querying and maintaining, helping you keep your information relevant with other Google Cloud Platform services and advanced BigQuery. Part V takes reporting to the next level by showing you how to create dashboards to provide at-a-glance visual representations of your business situation. Part VI provides an introduction to data science with BigQuery, covering machine learning and Jupyter notebooks. What You Will Learn Design a data warehouse for your project or organization Load data from a variety of external and internal sources Integrate other Google Cloud Platform services for more complex workflows Maintain and scale your data warehouse as your organization grows Analyze, report, and create dashboards on the information in the warehouse Become familiar with machine learning techniques using BigQuery ML Who This Book Is For Developers who want to provide business users with fast, reliable, and insightful analysis from operational data, and data analysts interested in a cloud-based solution that avoids the pain of provisioning their own servers. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Data warehousing. 
650 6 |a Entrepôts de données (Informatique) 
650 7 |a Data warehousing  |2 fast 
776 0 8 |i Print version:  |z 1484261852  |z 9781484261859  |w (OCoLC)1159163757 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484261866/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH37890051 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6362035 
938 |a EBSCOhost  |b EBSC  |n 2638170 
938 |a YBP Library Services  |b YANK  |n 16986259 
994 |a 92  |b IZTAP