Skip to content

Pocket/data-flows

Folders and files

NameName
Last commit message
Last commit date
May 28, 2024
Jan 23, 2025
May 12, 2022
Jul 16, 2024
Mar 13, 2025
Dec 11, 2023
May 3, 2022
May 3, 2022
May 3, 2022
Apr 19, 2023

Repository files navigation

data-flows

Data flows orchestrated using Prefect Version 2.

This project is comprised of the the following subprojects:

  • .aws

    This contains the Terraform CDK code for the AWS resources needed for this project. It also contains a custom docker image for the Prefect v2 agent.

  • .circleci

    This contains CircleCI configuration for managing the CICD process for this project.

  • common-utils

    This contains common Python utilities to use for Prefect v2 flow development and deployment.

  • data-products

    This contains the Python code for Prefect v2 flows owned by the Data Products Team.

This is built as a monorepo, which means new subprojects for Python code can be added as needed including for teams that want to build their own flows on Prefect v2.