Code Monkey home page Code Monkey logo

oreilly-workflow-orchestration's Introduction

Getting Started with Workflow Orchestration

Build, run, and monitor data pipelines at scale

Prepared for O'Reilly Media

Instructors:

About this course:

Data engineers and scientists spend most of their time on negative or defensive engineering, writing code to handle unpredictable failures such as resources going down, APIs intermittently failing, or malformed data corrupting data pipelines. Workflow orchestration tools help eliminate negative engineering, allowing engineers and scientists to focus on the problems they are solving. Modern data applications have evolved, and orchestrators such as Prefect are providing more runtime flexibility and the ability to leverage distributed compute through Dask.

Discover how workflow orchestration can free you up to build solutions, not just avert failures. You’ll learn about basic orchestration features such as retries, scheduling, parameterization, caching, and secret management, and you’ll construct real data pipelines.

Let's get our development environment set up! 🚀

For this course you will need:

Python

Python greater than version 3.6 is required (version 3.6 is reaching end of life soon).

  • Packages in the requirements.txt file
    • prefect==2.0b2 - workflow orchestration
    • beautifulsoup4 - web scraping
    • jupyter - interactive notebooks

Ideally, you should create a virtual environment (conda, pipenv, poetry) to install the dependencies.

To install the requirements with pip:

pip install -r requirements.txt

Docker

Docker is a great entrypoint (pun somewhat intended) into world of engineering! We'll be using it to provide reproducible environments to execute our workflows in. We also have a section devoted to Docker.

Optional Dependencies

These are optional dependencies but were added in the requirements.txt for convenience.

For the advanced section of this course, we will use a couple of common data engineering tools:

Cloning the repo

To clone the repo and run locally

git clone https://github.com/zzstoatzz/oreilly-workflow-orchestration.git

And then each notebook can be viewed and executed. Some of the code will extend beyond the notebooks because data workflows glue other tools (sometimes non-Python) together.

Contact Us

For any questions, feel free to reach to out us!

The Prefect Slack is also a good resource for Prefect and Workflow Orchestration questions.

Further Resources

Listed below are the documentation pages for the tools used:

Data Movement

Distributed Computing

oreilly-workflow-orchestration's People

Contributors

kaliserichmond avatar kvnkho avatar zzstoatzz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.