5

GitHub - greencoda/tasq: Database based task queue implemented in Go

 1 year ago
source link: https://github.com/greencoda/tasq
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

splash_image.png

Tasq is Golang task queue using SQL database for persistence (currently supporting PostgreSQL only)

Install

go get -u github.com/greencoda/tasq

Usage Example

To try tasq locally, you'll need a PostgreSQL DB backend. You may use the supplied docker-compose.yml file to start a local instance

docker-compose -f example/docker-compose.yml up -d

Afterwards simply run the example.go file

go run _example/example.go

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK