django-tastypie-elasticsearch

ElasticSearch Resource for django-tastypie.


Keywords
REST, RESTful, tastypie, elasticsearch, django
License
AGPL-3.0
Install
pip install django-tastypie-elasticsearch==0.3.0

Documentation

django-tastypie-elasticsearch

ElasticSearch support for django-tastypie

Installation

    $ pip install django-tastypie-elasticsearch

Requirements

  • Python_ 2.7+ (not tested with lower version)
  • Django_ 1.4+ (may work on lower version, but not tested)
  • django-tastypie_ 0.9.11+
  • elasticsearch official python module

.. _Python: https://python.org .. _Django: http://djangoproject.com .. _django-tastypie: http://tastypieapi.org .. _ElasticSearch: http://elasticsearch.org

How to use?