Skip to content

LeoBorai/mate

Repository files navigation

mate

Job Queue for Rust applications powered by WASM

Early development notice

Installation

Docker

A Docker image is available as well. You can pull it from GitHub Container Registry.

docker pull ghcr.io/leoborai/mate:latest
docker run -p 6283:6283 ghcr.io/leoborai/mate

Then use mate CLI as regularly. mate CLI will perform requests to the mate server running inside the Docker container.

Troubleshooting

Error response from daemon "denied"

If you are getting:

docker pull ghcr.io/leoborai/mate:latest
Error response from daemon: Head "https://ghcr.io/v2/leoborai/mate/manifests/latest": denied: denied

This is likely to be related to GHCR Credentials in your environment. You can fix this by logging out usinc the following command:

docker logout ghcr.io

GitHub Releases

You can also download precompiled binaries from the GitHub Releases page.

Development

Pre-requisites

  • Rust toolchain (stable): Install Rust using rustup.
  • SQLx CLI: Use cargo install sqlx-cli to install the SQLx CLI tool.

License

This project is licensed under the MIT License - see the LICENSE file for details. This project is also licensed under the Apache License 2.0 - see the LICENSE-APACHE file for details.

About

Job Queue for Rust applications powered by WASM

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md

Stars

Watchers

Forks

Packages

 
 
 

Contributors