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 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

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.