Home

Awesome

<p align="center"><a href="https://xuri.me/aurora" target="_blank" alt="Aurora Beanstalkd Console"><img width="440" src="./aurora.png" alt="aurora"></a></p> <p align="center"> <a href="https://travis-ci.com/xuri/aurora"><img src="https://travis-ci.com/xuri/aurora.svg?branch=master" alt="Build Status"></a> <a href="https://bestpractices.coreinfrastructure.org/projects/2366"><img src="https://bestpractices.coreinfrastructure.org/projects/2366/badge" alt="CII Best Practices"></a> <a href="https://goreportcard.com/report/github.com/xuri/aurora"><img src="https://goreportcard.com/badge/github.com/xuri/aurora" alt="Go Report Card"></a> <a href="https://github.com/xuri/aurora/releases"><img src="https://img.shields.io/github/downloads/xuri/aurora/total.svg" alt="Downloads"></a> <a href="https://github.com/xuri/aurora/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="Licenses"></a> <a href="https://github.com/xuri/aurora/releases"><img src="https://img.shields.io/github/release/xuri/aurora.svg?label=Release" alt="Release"></a> </p>

Overview

aurora is a web-based Beanstalkd queue server console written in Go and works on macOS, Linux, and Windows machines. The main idea behind using Go for backend development is to utilize the ability of the compiler to produce zero-dependency binaries for multiple platforms. aurora was created as an attempt to build a very simple and portable application to work with a local or remote Beanstalkd server.

See application screenshots

Features

Installation

Installing aurora using Homebrew on macOS:

brew install aurora

Building aurora using Docker:

docker build -t aurora:latest .
docker run --rm --detach -p 3000:3000 aurora:latest

Precompiled binaries for supported operating systems are available.

Contributing

Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change.

Todo

Credits

Contributors

This project exists thanks to all the people who contribute.

Contributors

Backers

Thank you to all our backers! 🙏 Become a backer

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

Licenses

This program is under the terms of the MIT License. See LICENSE for the full license text.