Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/jobs-demos
Cloud Run Jobs Demos - A collection of samples to show you how and when to run a container to completion without a server
https://github.com/googlecloudplatform/jobs-demos
google-cloud-run serverless
Last synced: about 2 months ago
JSON representation
Cloud Run Jobs Demos - A collection of samples to show you how and when to run a container to completion without a server
- Host: GitHub
- URL: https://github.com/googlecloudplatform/jobs-demos
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2022-03-17T16:29:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T15:56:09.000Z (8 months ago)
- Last Synced: 2024-10-29T18:37:28.739Z (4 months ago)
- Topics: google-cloud-run, serverless
- Language: Python
- Homepage:
- Size: 265 KB
- Stars: 68
- Watchers: 16
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Cloud Run Jobs demos
[Cloud Run Jobs](https://cloud.google.com/run/docs/) allows you to run a container to completion without a server.
This repository contains a collection of samples for Jobs for various use cases.
## Samples
| Sample | Description |
| ---------------------------------------- | --------------------------------------------------------------- |
| [Screenshot](./screenshot/) | Create a Cloud Run job to take screenshots of web pages. |
| [User Journey Replayer](./user-journeys/)| Replay recorded user journeys of your website on Cloud Run jobs.|
| [Invoice Processing](./invoice-processing-pipeline/)| Process invoices nightly from a GCS bucket.|
| [Parallel Processing](./parallel-processing/) | Use the Task Index and Task Count environment variables to allow parallel processing in Cloud Run Jobs. |## Contributing changes
Bug fixes are welcome, either as pull
requests or as GitHub issues.See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute.
## Licensing
Code in this repository is licensed under the Apache 2.0. See [LICENSE](LICENSE).
-------
This is not an official Google product.