Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.03 KB

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