Skip to content

Dashboard Redis monitoring using Websocket and VueJS

Notifications You must be signed in to change notification settings

ivandzf/redis-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Monitoring (Under Development)

Codacy Badge Build Status

Home

DEMO

Tech Stack

  • Vue.js
  • Springboot 1.5.14
  • Servlet Based
  • Lettuce (Redis Client)
  • Websocket (Realtime Monitoring)

TODO

  • Memory Graph Monitoring
  • Cluster Monitoring

Run Development

  • mvn spring-boot:run
  • cd src/main/ui
  • npm install
  • npm run dev

open in your browser -> http://localhost:8080

Run Production

  • mvn clean package -DskipTests
  • java -jar target/redis-monitoring-1.0-SNAPSHOT.jar

open in your browser -> http://localhost:8080