mastering a data pipeline with python 6 years of learned
play

Mastering a data pipeline with Python: 6 years of learned lessons - PowerPoint PPT Presentation

Mastering a data pipeline with Python: 6 years of learned lessons from mistakes to success Robson Jnior GitHub Me DEVELOPER TELEGRAM: TWITTER: GITHUB + 16 YEARS BSAO0 BSAO Its not about code Anatomy of a data product Lambda vs


  1. Mastering a data pipeline with Python: 6 years of learned lessons from mistakes to success Robson Júnior GitHub

  2. Me DEVELOPER TELEGRAM: TWITTER: GITHUB + 16 YEARS BSAO0 BSAO

  3. It’s not about code Anatomy of a data product Lambda vs Kappa Architecture Agenda Qualities of a data pipeline Where python matters My goal is help you to start to planning great data driven products.

  4. Anatomy of a data product API’s Logs Jobs & Datasets DB DB Ingress Processes Egress Veracity / Velocity Veracity Volume / Variety Credits: Lars Albertsson https://www.youtube.com/watch?v=IVEl0bsTbdg

  5. API’s Memory Functions Variables Files Files RAM Input Processes Output SAME AS A COMPUTER PROGRAM Credits: Lars Albertsson https://www.youtube.com/watch?v=IVEl0bsTbdg

  6. Lambda and Kappa Λ VS VS Κ architecture

  7. Lambda Speed Layer Stream Real time views Data Query Batch Layer All data Batch views Ingress Serving Layer

  8. Applications System that requires permanent data stored. User queries based on immutable data. Users or Systems that requires huge amount of updates in the data and serves it in new datasets. Pros Cons Reliable and safe Premature data modelling, it’s getting hard to migrate schemas or datasets. Fault tolerant ( you can re-processes everything from scratch) Might be expensive due to volume of data you need to processes Scalable in each batch cycle. Manage all the historical data in a distributed file system ( delta Code can become complex due the separation of concerns lake ) between the layers.

  9. Kappa Speed Layer Data Stream Query Real time views Pro tip: Unless you desperate for real time answers, stay in Batch Process

  10. Applications You do need a well – define event order and can interact with your dataset any time. Systems that need a real time learning ( Social Networks, Ads Platform, Fraud Detection ) Focus on the code changes Pros Cons Use less resource than Lambda architecture Errors on data processing need a better exception manager Leverage Machine Learning to real time basis Might stop the pipeline to get bugs fixed Horizontally scalable You just need to reprocess the data when the code changes

  11. Qualities of a IT’S A COMPUTER PROGRAM :) Pipeline PROBLEMS ARE ALMOST THE SAME If you see something that will get wrong in a software, probably it will get wrong on a data pipeline.

  12. Access levels to the data levels Privacy over all layers Security Use a common format Separation of concerns Avoid hard-coding / duplication

  13. Versioning Use the power of different tech Automation platforms CI/CD Code Review / Lint

  14. Let cloud to help you (cheap and fast) Monitoring Avoid vendor lock-in Infrastructure monitoring

  15. Regression tests Inputs must be deterministic Focus in test the units of the pipeline Testable and (internal) Traceable Test all the 3 rd party components After all implement an end-to-end test

  16. Python plays well with all technologies

  17. PySpark - Apache Spark Python API. dask - A flexible parallel computing library for analytic computing. Where Python matters luigi - A module that helps you build complex pipelines of batch jobs. ELT • mrjob - Run MapReduce jobs on Hadoop or Amazon Web Services. Streaming • Ray - A system for parallel and distributed Python Analysis • that unifies the machine learning ecosystem. Management & Scheduling • Testing • Validation •

  18. faust - A stream processing library, porting the ideas from Kafka Streams to Python. streamparse - Run Python code against real-time Where Python streams of data via Apache Storm. matters ELT • Streaming • Analysis • Management & Scheduling • Testing • Validation •

  19. Pandas - A library providing high-performance, easy-to-use data structures and data analysis tools. Blaze - NumPy and Pandas interface to Big Data. Where Python matters Open Mining - Business Intelligence (BI) in Pandas interface. ELT • Orange - Data mining, data visualization, analysis and machine learning through visual Streaming • programming or scripts. Analysis • Optimus - Agile Data Science Workflows made Management & Scheduling • easy with PySpark. Testing • Validation •

  20. Airflow - Airflow is a platform to programmatically author, schedule and monitor workflows. Where Python matters ELT • Streaming • Analysis • Management & Scheduling • Testing • Validation •

  21. pytest - A mature full-featured Python testing tool. mimesis - is a Python library that help you generate fake data. Where Python matters fake2db - Fake database generator. https://github.com/holdenk/spark-testing-base - a ELT • python framework to implemente pyspark tests Streaming • Analysis • Management & Scheduling • Testing • Validation •

  22. Cerberus - A lightweight and extensible data validation library. schema - A library for validating Python data Where Python structures. matters voluptuous - A Python data validation library. ELT • Streaming • Analysis • Management & Scheduling • Testing • Validation •

  23. Obrigado Thank you dankie shukran do jeh xie xie dêkuji tak kiitos merci danke efharisto toda QUESTIONS? sukria terima kasih grazie HELLO@BSAO.ME arigato kamsa hamnida takk salamat po dziekuje spasibo gracias istutiy asante tack kawp-kun krap/ka' tesekkür ederim

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend