Skip to content

Latest commit

 

History

History
executable file
·
41 lines (24 loc) · 1.25 KB

README.rst

File metadata and controls

executable file
·
41 lines (24 loc) · 1.25 KB

pylastica: elasticsearch python client

https://secure.travis-ci.org/jlinn/pylastica.png?branch=master

About

Pylastica is a Python port of Elastica, a PHP Elasticsearch client by Nicolas Ruflin.

Installation

$ pip install pylastica

To use the thrift transport protocol, you will need to install the thrift transport plugin.

To index attachments, you will need to install the mapper attachments plugin.

To use a RabbitMQ river, you will need to install the RabbitMQ river plugin.

Documentation

Documentation can be found here.

Compatibility

Pylastica is tested with Python 2.7 and Elasticsearch version 1.3.0.

Changes

See the changelog.