Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustapinto/go_pubsub_job
A simple golang job executor example based on pubsub queues
https://github.com/gustapinto/go_pubsub_job
firestore go golang pubsub
Last synced: 4 days ago
JSON representation
A simple golang job executor example based on pubsub queues
- Host: GitHub
- URL: https://github.com/gustapinto/go_pubsub_job
- Owner: gustapinto
- Created: 2023-08-12T01:21:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T11:46:58.000Z (over 1 year ago)
- Last Synced: 2023-11-11T12:27:54.891Z (over 1 year ago)
- Topics: firestore, go, golang, pubsub
- Language: Go
- Homepage:
- Size: 133 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.
![]()