Skip to content

Light-weight real time dashboard for viewing bull jobs on redis

Notifications You must be signed in to change notification settings

kldvp/RedBull

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedBull

Light-weight real time dashboard for viewing bull jobs on redis.

This dashboard helps you to visualize the jobs as well as perform some actions on the jobs like retry , delete, etc.

Notes

  • You must have have Bull and Redis installed in your projects

Getting Started

Install and run red bull

The following are the different ways to install red-bull.

From npm:


  • Install the module globally using the command
 npm install -g @vinay-kumar/red-bull
  • Then use the following command to start the application
red-bull
  • By default application listens on port 5000
  • To start application with custom port try the following command
red-bull port:<valid-port-number>
ex: red-bull port:5050

From github:


  • First of all, clone the red-bull repository using the command git clone https://github.com/vinaykumarvnrb4u/RedBull or download the zip file from here.
  • Change the directory to red-bull cd RedBull
  • Install all the dependencies npm install
  • Start the application using npm start command
  • To start application with custom port try the following command
npm start port:<valid-port-number>
ex: npm start port:5050

Working preview



red-bull

About

Light-weight real time dashboard for viewing bull jobs on redis

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.8%
  • HTML 12.8%
  • Shell 0.4%