YASA — Yet Another Solr Admin
YASA is another Solr Admin built on VueJS and ECharts, greatly inspired by Kibana, which is a visualization tool for Elasticsearch. YASA aims to be “Kibana” for Solr eventually.
Functionality
Dashboard

Discover

Visualize

Dev Tools

Zookeeper Tree Management

Collections Management

Build Setup
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# Backup the Solr webapp folder (`solr-x-y-z/server/solr-webapp/webapp`), and copy everything generated under `dist` folder to `solr-x-y-z/server/solr-webapp/webapp`
Todo
- More visualization charts
- Documentations
Contribution
Find this project useful? Any contributions are highly appreciated. You can open issues or pull requests to help make this project better.
Acknowledgements
- Thanks to the great work of Solr community.
- This project is greatly inspired by Kibana.