Benoss / django-elasticsearch-debug-toolbar

A Django Debug Toolbar panel for Elasticsearch
https://pypi.python.org/pypi/django-elasticsearch-debug-toolbar/
MIT License
29 stars 19 forks source link

Django Elasticsearch Toolbar

A Django Debug Toolbar panel for Elasticsearch PyPI version

About

Breaking changes:

ElasticSearch queries using elasticsearch python official client.

You are more than welcome to participate

Installation

Install using pip::

pip install django-elasticsearch-debug-toolbar

or install the development version from source::

pip install git+git@github.com:Benoss/django-elasticsearch-debug-toolbar.git

Usage

Just click the link in the Django Debug toolbar:

elastic queries image

License

Uses the MIT license.