Orchestration Tools
Reverse ETL Platform
★ 4.3
Python Data Pipeline Framework
★ 4.4
N/A — SaaS productpip install kedroN/A — SaaS productpip install kedroPython data engineers use Census to operationalize warehouse data — after transforming customer data with dbt or PySpark, Census syncs the results to CRM or marketing tools automatically. Engineers configure Census syncs via YAML or the Python SDK, and trigger sync runs via the Census API from Airflow tasks as part of the post-transformation pipeline.
Data engineering teams use Kedro to structure ML and analytics pipelines as modular, testable Python functions. The DataCatalog allows engineers to define data sources (S3 Parquet files, SQL tables, local CSVs) in a YAML config — switching environments just changes the catalog config, not the pipeline code. Nodes are pure Python functions that are easy to unit test.
Individual Tool Pages