Tasq is Golang task queue using SQL database for persistence. Currently supports:
- PostgreSQL
- MySQL
go get -u github.com/greencoda/tasq
To try tasq locally, you'll need a local DB running on your machine. You may use the supplied docker-compose.yml file to start a local instance
docker-compose -f _examples/<example_repo_name>/docker-compose.yml up -d
Afterwards simply run the example.go file
go run _examples/<example_repo_name>/main.go