Skip to content

closedloop-technologies/awesome-automation-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Automation Workflow Datasets and Templates

This document lists public datasets and template libraries for collecting large numbers of automation workflows. Combining the sources below can yield well over 5,000 workflows spanning business automation, integration, and data engineering.

Integration and Business Automation Platforms

IFTTT

  • Over 320,000 user-created applets shared publicly by 2017.
  • Open dataset (Nov 2016 – May 2017) ~200 GB in JSON, with metadata for each applet (title, description, trigger, action, usage count).
  • Covers IoT, social media, smart home and more; each applet is a trigger→action script.

Zapier

  • SaaS platform with 8,000+ app integrations.
  • Thousands of ready-made “Zap” templates such as "Save new Gmail attachments to Google Drive" or "Add Typeform responses to Google Sheets."
  • Templates can be discovered via the Templates gallery and app directories, though no bulk download is offered.

n8n

  • Open-source automation tool with ~4,593 templates in the official library.
  • Community-maintained GitHub collections offer 2,000+ additional workflows.
  • Workflows are stored as JSON, each defining nodes and connections; credentials are shared as placeholders.

Make (formerly Integromat)

  • Template gallery with over 7,500 ready-made automation scenarios.
  • Scenarios are shared as JSON "blueprint" files importable into Make.
  • Covers marketing, sales, IT, and other domains.

Pipedream

  • Cloud integration platform supporting serverless steps and code.
  • Public Templates Gallery with hundreds of workflows, each accessible via unique URL.
  • Templates can be exported as JSON; common uses include scheduling emails, syncing data, and sending Slack notifications.

StackStorm

  • Open-source event-driven automation platform for DevOps and SREs.
  • StackStorm Exchange hosts 160+ integration packs with over 6,000 actions.

Data Engineering and ETL Workflow Tools

Apache NiFi

  • Open-source dataflow automation tool.
  • Flows can be exported as XML templates.
  • Repositories like Hortonworks' NiFi Templates Gallery and AI4EU’s collection provide numerous example templates for processors such as SQL, S3, MQTT, and APIs.

Apache Airflow

  • Python-based workflow orchestrator where each DAG is a .py script.
  • Example DAGs are available via Astronomer’s Registry, Clairvoyant’s maintenance DAGs, and many community GitHub repositories.
  • DAGs demonstrate ETL patterns, API queries, data warehouse loads, ML pipelines, etc.

dbt (Data Build Tool)

  • Defines analytics transformations using SQL models and YAML configs.
  • Hundreds of community packages listed on dbt Hub and many open-source dbt projects exist (e.g., the jaffle_shop demo).
  • Aggregating models from multiple projects can easily exceed thousands of workflow definitions.

Additional Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published