Cantitate/Preț
Produs

Snowflake Data Engineering

Autor Maja Ferle
en Limba Engleză Paperback – 28 ian 2025

Recomandăm acest volum dezvoltatorilor software și analiștilor de date care dețin cunoștințe de bază în SQL și cloud, dorind să se specializeze în ecosistemul Snowflake. Observăm că Snowflake Data Engineering nu se limitează la o simplă prezentare a platformei, ci propune o abordare aplicată, ghidând cititorul prin etapele critice ale construirii unor conducte de date (pipelines) robuste și eficiente. Structura cărții, semnată de Maja Ferle, este una progresivă: pornim de la configurarea primelor fluxuri și avansăm către scenarii complexe de optimizare a performanței și control al costurilor. Subliniem faptul că lucrarea integrează concepte moderne de inginerie, precum utilizarea Snowpark pentru execuția nativă a codului Python și implementarea principiilor de Continuous Integration (CI). Complementar volumului Building the Snowflake Data Cloud, care pune accent pe arhitectura generală și scalabilitatea platformei, titlul de față se concentrează pe execuția tehnică și orchestrarea fluxurilor prin instrumente specifice precum stream-urile și task-urile. Un element distinctiv îl reprezintă capitolul dedicat inteligenței artificiale generative, unde învățăm cum să augmentăm seturile de date folosind ieșiri din modele de limbaj mari (LLM), o necesitate în peisajul tehnologic actual. Publicată de Manning Publications, cartea excelează prin pragmatism, oferind sfaturi de design extrase din experiența de teren a autoarei. Credem că acest ghid este esențial pentru cei care vor să transforme datele brute în resurse valoroase pentru business, respectând în același timp standardele riguroase de securitate și guvernanță.

Citește tot Restrânge

Preț: 31868 lei

Preț vechi: 39835 lei
-20%

Puncte Express: 478

Carte disponibilă

Livrare economică 25 mai-08 iunie
Livrare express 08-14 mai pentru 17778 lei


Specificații

ISBN-13: 9781633436855
ISBN-10: 1633436853
Pagini: 368
Dimensiuni: 188 x 234 x 23 mm
Greutate: 0.61 kg
Editura: Manning Publications

De ce să citești această carte

Pentru profesioniștii care doresc să treacă de la simpla interogare SQL la ingineria de date complexă pe platforma Snowflake. Veți câștiga competențe practice în automatizarea ingestiei de date, utilizarea Python prin Snowpark și implementarea fluxurilor CI/CD, asigurând astfel conducte de date performante, sigure și optimizate din punct de vedere al costurilor.


Descriere

A practical introduction to data engineering on the powerful Snowflake cloud data platform. Data engineers create the pipelines that ingest raw data, transform it, and funnel it to the analysts and professionals who need it. The Snowflake cloud data platform provides a suite of productivity-focused tools and features that simplify building and maintaining data pipelines. In Snowflake Data Engineering, Snowflake Data Superhero Maja Ferle shows you how to get started. In Snowflake Data Engineering you will learn how to: • Ingest data into Snowflake from both cloud and local file systems • Transform data using functions, stored procedures, and SQL • Orchestrate data pipelines with streams and tasks, and monitor their execution • Use Snowpark to run Python code in your pipelines • Deploy Snowflake objects and code using continuous integration principles • Optimize performance and costs when ingesting data into Snowflake Snowflake Data Engineering reveals how Snowflake makes it easy to work with unstructured data, set up continuous ingestion with Snowpipe, and keep your data safe and secure with best-in-class data governance features. Along the way, you’ll practice the most important data engineering tasks as you work through relevant hands-on examples. Throughout, author Maja Ferle shares design tips drawn from her years of experience to ensure your pipeline follows the best practices of software engineering, security, and data governance. Foreword by Joe Reis. Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications. About the technology Pipelines that ingest and transform raw data are the lifeblood of business analytics, and data engineers rely on Snowflake to help them deliver those pipelines efficiently. Snowflake is a full-service cloud-based platform that handles everything from near-infinite storage, fast elastic compute services, inbuilt AI/ML capabilities like vector search, text-to-SQL, code generation, and more. This book gives you what you need to create effective data pipelines on the Snowflake platform. About the book Snowflake Data Engineering guides you skill-by-skill through accomplishing on-the-job data engineering tasks using Snowflake. You’ll start by building your first simple pipeline and then expand it by adding increasingly powerful features, including data governance and security, adding CI/CD into your pipelines, and even augmenting data with generative AI. You’ll be amazed how far you can go in just a few short chapters! What's inside • Ingest data from the cloud, APIs, or Snowflake Marketplace • Orchestrate data pipelines with streams and tasks • Optimize performance and cost About the reader For software developers and data analysts. Readers should know the basics of SQL and the Cloud. About the author Maja Ferle is a Snowflake Subject Matter Expert and a Snowflake Data Superhero who holds the SnowPro Advanced Data Engineer and the SnowPro Advanced Data Analyst certifications. Table of Contents Part 1 1 Data engineering with Snowflake 2 Creating your first data pipeline Part 2 3 Best practices for data staging 4 Transforming data 5 Continuous data ingestion 6 Executing code natively with Snowpark 7 Augmenting data with outputs from large language models 8 Optimizing query performance 9 Controlling costs 10 Data governance and access control Part 3 11 Designing data pipelines 12 Ingesting data incrementally 13 Orchestrating data pipelines 14 Testing for data integrity and completeness 15 Data pipeline continuous integration