An open API service indexing awesome lists of open source software.

https://github.com/nextorigin/el-borracho-ui

Realtime Web UI for Bull job queue that pulls from El Borracho REST+SSE API
https://github.com/nextorigin/el-borracho-ui

bull el-borracho graphs job-queue job-scheduler nodejs realtime ui worker-queue

Last synced: 5 months ago
JSON representation

Realtime Web UI for Bull job queue that pulls from El Borracho REST+SSE API

Awesome Lists containing this project

README

          

# el-borracho-ui

[![Dependency Status][dependency]][david]
[![devDependency Status][dev-dependency]][david-dev]
[![Downloads][downloads]][npm]

Realtime Web UI for Bull job queue that pulls from El Borracho REST+SSE API.
Compatible with touch and mobile.

[![NPM][npm-stats]][npm]

## Introduction

**el-borracho-ui** is designed to be an intuitive and powerful client for Bull job queue. All jobs can be fully managed through the UI, which displays job state, data, progress, and stacktrace for failed jobs. Waiting/delayed/failed jobs may be promoted/re-queued and any job can be deleted. Jobs may be filtered by queue, state, id, or job data.

**el-borracho-ui** gives a full overview of the health and state of the queue(s) in a single page.

Realtime and historical statistics from [el-borracho-stats][el-borracho-stats] are visualized through [el-borracho-graph][el-borracho-graph], a set of Sidekiq-inspired Rickshaw graphs.

All realtime data is read through Server-Sent-Events by default.

## Installation

### NodeJS

```sh
npm install --save el-borracho-ui
```

## License

MIT

[el-borracho-stats]: https://github.com/nextorigin/el-borracho-stats
[el-borracho-graph]: https://github.com/nextorigin/el-borracho-graph

[dependency]: https://img.shields.io/david/nextorigin/el-borracho-ui.svg?style=flat-square
[david]: https://david-dm.org/nextorigin/el-borracho-ui
[dev-dependency]: https://img.shields.io/david/dev/nextorigin/el-borracho-ui.svg?style=flat-square
[david-dev]: https://david-dm.org/nextorigin/el-borracho-ui?type=dev
[downloads]: https://img.shields.io/npm/dm/el-borracho-ui.svg?style=flat-square
[npm]: https://www.npmjs.org/package/el-borracho-ui
[npm-stats]: https://nodei.co/npm/el-borracho-ui.png?downloads=true&downloadRank=true&stars=true