Skip to content

Commit

Permalink
add pipes-ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Dec 18, 2024
1 parent c4b7a1e commit fc55e44
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/pipes-ecosystem/flowpipe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Flowpipe
---

# Flowpipe

[Flowpipe](https://flowpipe.io/) is an automation and workflow engine designed for DevOps tasks. It allows you to define and execute complex workflows using code, making it ideal for automating cloud infrastructure management across platforms like AWS, Azure, and GCP.

Flowpipe enables you to take action on Tailpipe detections!

- Detect and correct misconfigurations leading to cost savings opportunities with Thrifty mods for [AWS](https://hub.flowpipe.io/mods/turbot/aws_thrifty), [Azure](https://hub.flowpipe.io/mods/turbot/azure_thrifty), or [GCP](https://hub.flowpipe.io/mods/turbot/gcp_thrifty).

- Automate your resource tagging standards with Tags mods for [AWS](https://hub.flowpipe.io/mods/turbot/aws_tags) or [Azure](https://hub.flowpipe.io/mods/turbot/azure_tags).

- [Build your own mods](https://flowpipe.io/docs/build) with simple HCL to create custom pipelines tailored to your specific needs.
15 changes: 15 additions & 0 deletions docs/pipes-ecosystem/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Pipes Ecosystem
---

# Pipes Ecosystem

Tailpipe is a part of a larger ecosystem of products that provide a flexible platform on which to build rich intelligence, automation & security solutions.

- [Steampipe](https://steampipe.io/) provides a dynamic cloud inventory, allowing you to to query and analyze data from multiple sources via SQL. Its plugin-based architecture ensures extensibility, enabling connections to APIs, cloud services, databases, and more.

- [Powerpipe](/docs/pipes-ecosystem/powerpipe) adds analysis and visualization to your Steampipe data, providing dashboards, reports, and benchmarks to analyze and audit your environment.

- [Flowpipe](/docs/pipes-ecosystem/flowpipe) further enriches the platform with workflow orchestration. Flowpipe allows you to create "pipelines as code" to define workflows and other tasks that run in a sequence. With Flowpipe, you can turn your Steampipe insights into into action!

- [Turbot Pipes](/docs/pipes-ecosystem/pipes) provides a hosted cloud intelligence, automation & security platform built specifically for DevOps. Pipes provides a managed Steampipe database instances, shared Powerpipe dashboards & snapshots, Flowpipe triggers & pipelines, and more!
24 changes: 24 additions & 0 deletions docs/pipes-ecosystem/pipes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Turbot Pipes
sidebar_label: Turbot Pipes
---

# Turbot Pipes

**[Turbot Pipes](/docs/steampipe-cloud)** is the only intelligence, automation & security platform built specifically for DevOps. Pipes provides hosted Steampipe database instances, shared dashboards, snapshots, and more!

While the Steampipe CLI is optimized for a single developer doing a single thing at a single point in time, Pipes is designed for many users doing many things across time. Turbot Pipes provides additional benefits above and beyond the Steampipe CLI:

- **Managed Steampipe instance**. The Steampipe workspace database instance hosted in Turbot Pipes is available via a public Postgres endpoint. You can query the workspace from the Turbot Pipes web console, run queries or controls from a remote Steampipe CLI instance, or connect to your workspace from many [third-party tools](https://turbot.com/pipes/docs/connect).

- **Multi-user support**. Steampipe [Organizations](https://turbot.com/pipes/docs/organizations) allow you to collaborate and share workspaces and connections with your team. With [Pipes Enterprise](https://turbot.com/pipes/docs/plans/enterprise), you can create your own isolated [Tenant](https://turbot.com/pipes/docs/tenants), with a custom domain for your environment (e.g. `acme.pipes.turbot.com`). Your tenant has its own discrete set of user accounts, organizations, and workspaces, giving you centralized visibility and control. You can choose which [authentication methods](https://turbot.com/pipes/docs/tenants/settings#authentication-methods) are allowed, configure which [domains to trust](https://turbot.com/pipes/docs/tenants/settings#trusted-login-domains), and set up [SAML](https://turbot.com/pipes/docs/tenants/settings#saml) to integrate your Pipes tenant with your single-sign-on solution.

- **Snapshot Scheduling and sharing**. Turbot Pipes allows you to[ save and share dashboard snapshots](https://turbot.com/pipes/docs/dashboards#saving--sharing-snapshots), either internally with your team or publicly with a sharing URL. You can even [schedule snapshots ](https://turbot.com/pipes/docs/queries#scheduling-query-snapshots) and be notified when complete.


- **Persistent CMDB with Datatank**. A Turbot Pipes [Datatank](https://turbot.com/pipes/docs/datatank) provides a mechanism to proactively query connections at regular intervals and store the results in a persistent schema. You can then query the stored results instead of the live schemas, resulting in reduced query latency (at the expense of data freshness).

There's no cost to get started!

- **[Sign up for Turbot Pipes →](https://pipes.turbot.com)**
- **[Take me to the docs →](https://turbot.com/pipes/docs)**
23 changes: 23 additions & 0 deletions docs/pipes-ecosystem/powerpipe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Powerpipe
sidebar_label: Powerpipe
---

# Powerpipe

[Powerpipe](https://powerpipe.io/) is an open-source platform that enables you to visualize logs and cloud infrastructure using dashboards, log detections, and compliance controls. Powerpipe works seamlessly with Tailpipe; use it to evaluate your logs against a [library of benchmarks](#TBD) keyed to the MITRE ATT&CK framework.


## Visualize your logs with Powerpipe Dashboards

[Visualize your logs](https://powerpipe.io/docs?slug=#visualize-logs) with Powerpipe + Tailpipe! Use [pre-built dashboards](https://hub.tailpipe.io/?TBD) — to visualize and explore your logs and answer common questions about attack and error patterns, system performance, and user behavior. You can also [build your own](https://powerpipe.io/docs#create-your-own-dashboards-and-benchmarks) dashboards!

![](/images/docs/pipes-ecosystem/TBD)


## Run detection benchmarks with Powerpipe Benchmarks

[Run log analysis benchmarks](https://powerpipe.io/docs?slug=#log-analysis-benchmarks) with Powerpipe + Tailpipe! [Use pre-built benchmarks](https://hub.powerpipe.io/?TBD) to evaluate your logs against the MITRE ATT&CK framework. You can also [build your own](https://powerpipe.io/docs?slug=#create-your-own-dashboards-and-benchmarks) detections!

![](/images/docs/pipes-ecosystem/benchmark_dashboard_view.png)

8 changes: 8 additions & 0 deletions docs/pipes-ecosystem/steampipe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Steampipe
sidebar_label: Steampipe
---

# Steampipe

[Steampipe](https://steampipe.io/) provides a dynamic cloud inventory, allowing you to to query and analyze data from multiple sources via SQL. Its plugin-based architecture ensures extensibility, enabling connections to APIs, cloud services, databases, and more.
11 changes: 11 additions & 0 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@
"manage/workspaces"
]
},
{
"type": "category",
"id": "pipes-ecosystem",
"link": "pipes-ecosystem",
"items": [
"pipes-ecosystem/steampipe",
"pipes-ecosystem/powerpipe",
"pipes-ecosystem/flowpipe",
"pipes-ecosystem/pipes"
]
},
{
"type": "category",
"id": "guides",
Expand Down

0 comments on commit fc55e44

Please sign in to comment.