Workflow for DevOps.
Automate cloud operations. Coordinate people and pipelines. Build workflows as code.
logologologologologologologologologologo
Fall in love with our huge plugin library, and stay for our incredible community!
  • Hey Team ... Special thanks to @Ved for helping with multiple connection setup. Kudos to the team for amazing work. 👏 🎉
    Profile pic
    Sandeep Kumar Patro
    Slack Community Member
  • Developers, maintainers, and even the CEO are all more than willing to dive into any issue or problem.
    Profile pic
    Graza Andersson
    Open Source Contributor
  • Hi Team. just want to tell you guys that you are doing good work. I really like the dashboard and the compliance package.
    Profile pic
    Rasyid Dahbul
    Slack Community Member
  • 👏 This is beyond amazing!
    Profile pic
    Ryan
    Slack Community Member
  • Hi, sorry for the late response but I finally figured out the what the issues was... thank you very much for your awesome support as usual
    Profile pic
    Dominik Bermühler
    Slack Community Member
  • Everyone is so friendly and helpful, I love being part of this community.
    Profile pic
    Ellis Valentiner
    Lead Data Scientist - Virtual Facility
  • We are actively involved (and happy to publish and share plugins) due to the excellent support and engagement from the community.
    Profile pic
    APS Group
    Open Source Contributors
pipe-connector

Features

Built for DevOps Professionals

Connect people and tools

Connect your cloud data to people and systems using email, chat & APIs. Workflow steps can even run containers, custom functions, and more.

Orchestrate your cloud

Build simple steps into complex workflows. Run and test locally. Compose solutions across clouds using open source mods.

Respond to events

Run workflows manually or on a schedule. Trigger pipelines from webhooks or changes in data.

Code, not clicks

Build and deploy DevOps workflows like infrastructure. Code in HCL and deploy from version control.

pipe-connector

How It Works

Get started building workflows in <60sec.

Take your first step
Compose pinelines from individual steps declaratively defined using HCL. (just like Terraform)
pipeline "get_astronauts" {
step "http" "whos_in_space" {
url = "http://api.open-notify.org/astros"
method = "get"
}
}
Connect your data
Pipelines can connect and process data from any database, API or structured file.
pipeline "query_cloud_resources" {
step "query" "steampipe" {
connection = "postgres://localhost:9193"
sql = "select * from cloud"
}
}
Respond to events
Trigger your pipeline manually, on a schedule, based on changes in data or via a webhook.
trigger "interval" "my_hourly_trigger" {
trigger = "hourly"
pipeline = pipeline.my_job
}
pipeline "my_job" {
step "http" "call_webhook" {
url = "http://example.com/my/webhook"
}
}
Humanize your pipeline
Workflow steps can notify, and interact with you and your team using email, Slack, Teams, etc.
pipeline "notify" {
step "pipeline" "astros" {
pipeline = pipeline.get_astronauts
}
step "pipeline" "post_slack_message" {
pipeline = slack.pipeline.post_message
args = {
token = params.token
channel = "astro_channel"
message = "In space: ${step.pipeline.astros.output.people}"
}
}
}
Deploy and monitor
Run pinelines from your local machine, deploy to cloud VMs or run inside container clusters.
$ flowpipe pipelines list
my-cloud-mod pipeline.aws_ec2_instance_scheduling
my-cloud-mod pipeline.aws_s3_bucket_create_handler
my-cloud-mod pipeline.convert_ebs_volume_type
my-cloud-mod pipeline.delete_insecure_security_group_rules
my-cloud-mod pipeline.gcp_compute_instance_schedule
my-cloud-mod pipeline.s3_bucket_enable_versioning
my-cloud-mod pipeline.tag_untagged_cloud_resources
my-cloud-mod pipeline.azure_storage_account_minimum_tls
$ flowpipe pipeline run pipeline.aws_ec2_instance_scheduling
Collaborate
Check your pipelines into code repos to share what you're building with your teams and our growing community.
Flowpipe LogoGitHub
Workflow for DevOps.
Automate cloud operations. Coordinate people and pipelines. Build workflows as code.