Skip to content

Repository files navigation

wasmq

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/wasmq:latest
docker run -p 6283:6283 ghcr.io/leoborai/wasmq

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

Troubleshooting

Error response from daemon "denied"

If you are getting:

docker pull ghcr.io/leoborai/wasmq:latest
Error response from daemon: Head "https://ghcr.io/v2/leoborai/wasmq/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

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages