https://github.com/gtalarico/interactive-elastic-analyzer
Interactive Elasticsearch Analyzer
https://github.com/gtalarico/interactive-elastic-analyzer
elasticsearch flask search tokenizer vuejs
Last synced: 8 months ago
JSON representation
Interactive Elasticsearch Analyzer
- Host: GitHub
- URL: https://github.com/gtalarico/interactive-elastic-analyzer
- Owner: gtalarico
- License: mit
- Created: 2018-08-08T00:30:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:21:13.000Z (over 3 years ago)
- Last Synced: 2025-06-09T03:02:43.795Z (about 1 year ago)
- Topics: elasticsearch, flask, search, tokenizer, vuejs
- Language: HTML
- Homepage: https://interactive-elastic.herokuapp.com/
- Size: 161 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
===================================
Interactive Elastic Analyzer
===================================
ElasticSearch Interactive Analyzer ⚡🔍✨
https://interactive-elastic.herokuapp.com
-------------------------------------------------------------------------
Overview
--------
Explore Elasticsearch Tokenizer and Token Filters interactively.
Contributions are welcome.
===========
Screenshots
===========
.. image:: https://raw.githubusercontent.com/gtalarico/interactive-elastic-analyzer/master/app/static/screenshot.png
.. image:: https://raw.githubusercontent.com/gtalarico/interactive-elastic-analyzer/master/app/static/screenshot2.png
Running Locally
----------------
.. code:: console
$ git clone git@github.com:gtalarico/interactive-elastic-analyzer.git
$ cd interactive-elastic-analyzer
$ pipenv install --dev
$ # or virtualenv + pip install -r requirements
$ python run.py
Todo
-------
* Implement all Token Filters
* Implement Token Filter Options
* Implement Token Filter Order
Author
------
Send me a message on `twitter`_
.. _`twitter`: https://twitter.com/gtalarico
Credits
------
* Inspired by `Elyzer `_.
* `Bulma Template `_.
* Uses `Searchbox Heroku Addon `_.