Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turbot/flowpipe-samples
Flowpipe sample mods, demonstrating common pipeline patterns and how to use the Flowpipe library mods. Run directly or use as examples for your own pipelines.
https://github.com/turbot/flowpipe-samples
automation cloud devops flowpipe flowpipe-mod hacktoberfest hcl low-code orchestration security workflow
Last synced: 7 days ago
JSON representation
Flowpipe sample mods, demonstrating common pipeline patterns and how to use the Flowpipe library mods. Run directly or use as examples for your own pipelines.
- Host: GitHub
- URL: https://github.com/turbot/flowpipe-samples
- Owner: turbot
- License: apache-2.0
- Created: 2023-10-13T01:07:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T15:51:12.000Z (24 days ago)
- Last Synced: 2024-10-23T04:30:58.975Z (24 days ago)
- Topics: automation, cloud, devops, flowpipe, flowpipe-mod, hacktoberfest, hcl, low-code, orchestration, security, workflow
- Language: HCL
- Homepage: https://hub.flowpipe.io/?type=sample#search
- Size: 2.15 MB
- Stars: 17
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: security/domains_review_through_multiple_sources/README.md
Awesome Lists containing this project
README
# Flowpipe Samples
A collection of Flowpipe mods that can be used with [Flowpipe](https://flowpipe.io).
## Documentation
- **[Mods →](https://hub.flowpipe.io/?type=sample#search)**
## Getting Started
### Requirements
Each mod has its own requirements, please see the mod's README.md for any requirements, like running the Docker daemon.
### Installation
Download and install Flowpipe (https://flowpipe.io/downloads). Or use Brew:
```sh
brew tap turbot/tap
brew install flowpipe
```Clone:
```sh
git clone https://github.com/turbot/flowpipe-samples.git
cd flowpipe-samples
```### Usage
Navigate to a mod:
```sh
cd monitoring/http_list_pagination
```Install mod dependencies:
```sh
flowpipe mod install
```Run a pipeline:
```sh
flowpipe pipeline run http_list_pagination
```Some mods require [connections](https://flowpipe.io/docs/run/connections) and [variables](https://flowpipe.io/docs/build/mod-variables), please see each mod's README.md for specific instructions.
## Open Source & Contributing
This repository is published under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). Please see our [code of conduct](https://github.com/turbot/.github/blob/main/CODE_OF_CONDUCT.md). We look forward to collaborating with you!
[Flowpipe](https://flowpipe.io) is a product produced from this open source software, exclusively by [Turbot HQ, Inc](https://turbot.com). It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our [Open Source FAQ](https://turbot.com/open-source).
## Get Involved
**[Join #flowpipe on Slack →](https://flowpipe.io/community/join)**
Want to help but not sure where to start? Pick up one of the `help wanted` issues:
- [Flowpipe](https://github.com/turbot/flowpipe/labels/help%20wanted)
- [Flowpipe Samples](https://github.com/turbot/flowpipe-samples/labels/help%20wanted)