Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.