Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karupanerura/google-cloud-workflow-emulator
Unofficial Google Cloud Workflow emulator
https://github.com/karupanerura/google-cloud-workflow-emulator
google-cloud google-cloud-workflows
Last synced: 7 days ago
JSON representation
Unofficial Google Cloud Workflow emulator
- Host: GitHub
- URL: https://github.com/karupanerura/google-cloud-workflow-emulator
- Owner: karupanerura
- Created: 2022-08-06T14:47:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T12:17:29.000Z (over 2 years ago)
- Last Synced: 2024-12-24T09:00:00.130Z (16 days ago)
- Topics: google-cloud, google-cloud-workflows
- Language: Go
- Homepage:
- Size: 107 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-cloud-workflow-emulator
Unofficial [Google Cloud Workflow](https://cloud.google.com/workflows) emulator.
**WARNING: This product is alpha quality**
## Install
```console
$ go install github.com/karupanerura/google-cloud-workflow-emulator/cmd/google-cloud-workflow-emulator@latest
```TODO: add pre-built binary
## Usage
```console
# Execute Workflow
$ google-cloud-workflow-emulator -f ./example/sample.yaml --args '{}'# Start Workflow Execution API emulator (request `POST http://localhost:8080/v1/projects/anything/locations/anything/workflows/anything/executions` to execute)
$ google-cloud-workflow-emulator -f ./example/sample.yaml -l 127.0.0.1:8080
```