joseangel-sc / conducto

Write Conducto pipelines and execute them locally and in the cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Conducto

Conducto is a tool for writing, visualizing, executing and debugging pipelines, both on your local host and in the cloud. A pipeline is just a sequence of commands that must be executed in a specific order. See how easy it is to write and run a pipeline in Conducto by checking out our demo.

First, follow one of the Getting Started tutorials for Linux, macOS, Windows, or WSL.

Then, clone and run the demo.

git clone https://github.com/conducto/demo.git
cd demo
python demo.py hello --local

Conducto is particularly powerful for CI/CD and Data Science. We have dedicated demos and tutorials for each. Choose your own adventure!

CI/CD

Read Conducto for CI/CD, then run the demo.

Data Science

Read Conducto for Data Science, then run the demo.

About

Write Conducto pipelines and execute them locally and in the cloud

License:Apache License 2.0


Languages

Language:Python 100.0%Language:Dockerfile 0.0%