https://github.com/gustapinto/go_pubsub_job
A simple golang job executor example based on Google Cloud Pub/Sub topics
https://github.com/gustapinto/go_pubsub_job
firestore go golang pubsub
Last synced: 10 months ago
JSON representation
A simple golang job executor example based on Google Cloud Pub/Sub topics
- Host: GitHub
- URL: https://github.com/gustapinto/go_pubsub_job
- Owner: gustapinto
- Created: 2023-08-12T01:21:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T11:46:58.000Z (over 2 years ago)
- Last Synced: 2025-06-04T12:01:28.315Z (about 1 year ago)
- Topics: firestore, go, golang, pubsub
- Language: Go
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Pub/Sub Job
A simple job executor developed using a Domain-Driven Design approach that retrieves jobs from a Pub/Sub topic and executes then, saving the execution status into a firestore collection.