Brief introduction
NoSQL database monitoring tool, currently implemented for Redis, MongoDB monitoring function.
Feature List
Demo Address
http://106.14.181.95:7004 login user name, password: admin/admin
Installation Environment
Recommended: Centos7 (6.* can also), MySQL5.7, JDK8
Installation steps
1. Install the initial data, create a new Nosql_eye database on the MySQL database, and import the Build/nosql_eye.sql file. New Database account: Dev, password: 123456
2, transfer Build/nosql-eye-1.4.jar to the server, Java-jar Nosql-eye-1.4.jar start the application can be. If you want to start in the background, use: Nohup java-jar nosql-eye-1.4.jar >/dev/null 2>&1 &
The technology used in the project
Front:
Bootstrap3
jquery1.11
ECharts3
Vis
Back end:
Springboot 1.5.4
druid1.0
mybatis3.4
ehcache2.10
fastjson1.2
logback1.1
Database:
MySQL5.7
NOSQL Eye Open Source