All Projects → yasa-org → yasa

yasa-org / yasa

Licence: Apache-2.0 license
Yet Another Solr Admin

Programming Languages

Vue
7211 projects
typescript
32286 projects
CSS
56736 projects
java
68154 projects - #9 most used programming language
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to yasa

SolrConfigExamples
Examples of Solr configuration entries for Solr plugins and Conceptual Search\Semantic Search from Simon Hughes Dice.com
Stars: ✭ 26 (-45.83%)
Mutual labels:  solr, solr-plugin
clojureranker
Tune Solr-rankings with Clojure code.
Stars: ✭ 13 (-72.92%)
Mutual labels:  solr, solr-plugin
solr-vector-scoring
Vector Plugin for Solr: calculate dot product / cosine similarity on documents
Stars: ✭ 28 (-41.67%)
Mutual labels:  solr, solr-plugin
deflek
index and API RBAC for Elasticsearch and Kibana via reverse proxy. DEPRECATED
Stars: ✭ 13 (-72.92%)
Mutual labels:  kibana
jh-weapp-demo
微信小程序项目- 实现一些常用效果、封装通用组件和工具类
Stars: ✭ 60 (+25%)
Mutual labels:  echarts
ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (+20.83%)
Mutual labels:  kibana
django-solr
Solr Search Engine ORM for Django
Stars: ✭ 24 (-50%)
Mutual labels:  solr
flowanalyzer
Manito Networks Flow Analyzer
Stars: ✭ 42 (-12.5%)
Mutual labels:  kibana
puppet-kibana
Kibana Puppet module by Elastic.
Stars: ✭ 17 (-64.58%)
Mutual labels:  kibana
awesome-elastic-stack
Awesome Elastic Stack
Stars: ✭ 29 (-39.58%)
Mutual labels:  kibana
x
Commerce Search & Discovery frontend web components
Stars: ✭ 54 (+12.5%)
Mutual labels:  solr
docker elk stack
Docker images to run an ELK stack
Stars: ✭ 24 (-50%)
Mutual labels:  kibana
logstash filter f5
A Logstash filter for F5 apd, dcc, sshd and tmm syslog.
Stars: ✭ 19 (-60.42%)
Mutual labels:  kibana
solr wrapper
Wrap your tests with Solr 5+
Stars: ✭ 22 (-54.17%)
Mutual labels:  solr
GeoParser
Extract and Visualize location from any file
Stars: ✭ 48 (+0%)
Mutual labels:  solr
solr-cool.github.io
The Solr Package Directory and Sanctuary
Stars: ✭ 13 (-72.92%)
Mutual labels:  solr
S1EM
This project is a SIEM with SIRP and Threat Intel, all in one.
Stars: ✭ 270 (+462.5%)
Mutual labels:  kibana
echarts-extension-amap
🚩 An AMap (https://lbs.amap.com) extension for Apache ECharts (https://github.com/apache/echarts)
Stars: ✭ 180 (+275%)
Mutual labels:  echarts
datart
Datart is a next generation Data Visualization Open Platform
Stars: ✭ 1,042 (+2070.83%)
Mutual labels:  echarts
CogStack-NiFi
Building data processing pipelines for documents processing with NLP using Apache NiFi and related services
Stars: ✭ 22 (-54.17%)
Mutual labels:  kibana

YASA - Yet Another Solr Admin

e80021d5316e40fb8e0d175f366e6e1f badge yasa SolrCloud 6.1.0+ D9411E VueJS 2.5.2 4fc08d yasa

Features

Dashboard Discover Visualize

85683368 be122f80 b6ff 11ea 83a6 f583575918f8

85683364 bd799900 b6ff 11ea 99a0 db358448517e

85683360 bce10280 b6ff 11ea 8b76 2c71be8b31e0

Dev Tools Collection Management Zookeeper Tree Management

85683358 bc486c00 b6ff 11ea 9d94 8ad292cbcef7

85683371 beaac600 b6ff 11ea 8aba 0f6e10edd71c

85683356 bc486c00 b6ff 11ea 80b5 12fc4fd49123

Config Set Loggings

85683334 b6eb2180 b6ff 11ea 9bc1 e1cf8cae5921

85683362 bd799900 b6ff 11ea 85f5 a77df20822a1

Installation

Installation

You can install YASA as a Solr package:

bin/solr package add-repo yasa "https://raw.githubusercontent.com/yasa-org/yasa/master/repo/"

bin/solr package install yasa

bin/solr package deploy yasa -y -cluster

Then navigate your browser to http://localhost:8983/v2/yasa

To register YASA at another path, you can use:

bin/solr package deploy yasa -y -cluster -p YASA-PATH-PREFIX=mysolrui

Then navigate your browser to http://localhost:8983/v2/mysolrui

Updating to a newer version

To check installed version and available versions of the package,

bin/solr package list-installed

bin/solr package list-available

To update to a newer version,

bin/solr package install yasa:<new-version>

bin/solr package deploy yasa:<new-version> -y -cluster -update

Undeploying

To undeploy,

bin/solr package undeploy yasa -cluster

Standalone Mode

You can install YASA in the standalone mode without affecting the official Solr Admin. Here is how:

  • Download the latest release of yasa.

  • Extract files from yasa-vX.Y.tgz (where X.Y is the version number) to a directory, say YASA_HOME.

  • Configure your Nginx server and proxy /solr/** to your actual Solr Admin address, for example, http://127.0.0.1:8983/solr.

Integrated Mode

You can also replace the official admin interface with YASA:

  • Download the latest release of YASA

  • Extract files from yasa-vX.Y.tgz (where X.Y is the version number) to a directory, say YASA_HOME

  • (Optional but recommended) Backup the Solr webapp folder (solr-x-y-z/server/solr-webapp/webapp, where x-y-z is the version number)

  • Copy everything under ${YASA_HOME}/dist/ folder to solr-x-y-z/server/solr-webapp/webapp

Development Mode

If you are interested in YASA and want to contribute, you can run YASA in dev mode:

# pull source code
git clone https://github.com/yasa-org/yasa

cd yasa/yasa-ui

# install dependencies
npm i

# serve with hot reload at localhost:8080
npm run serve

Contribution

Find this project useful? Any contribution is 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].