Skip to main content

Elasticsearch integration for Pyramid.

Project description

pyramid_es - Elasticsearch Integration for Pyramid

Scott Torborg - Cart Logic

pyramid_es is a pattern and set of utilities for integrating the elasticsearch search engine with a Pyramid web app. It is intended to make it easy to index a set of persisted objects and search those documents inside Pyramid views. Transactions are supported (designed to work with pyramid_tm) and a full test suite is included.

Docs are available at Read The Docs <http://pyramid-es.rtfd.org>.

Installation

Install with pip:

$ pip install pyramid_es

Example Usage

client = get_client(request)
result = client.query(Movie).\
    filter_term('year', 1987).\
    order_by('rating').\
    execute()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyramid_es-0.3.1.tar.gz (23.1 kB view details)

Uploaded Source

File details

Details for the file pyramid_es-0.3.1.tar.gz.

File metadata

  • Download URL: pyramid_es-0.3.1.tar.gz
  • Upload date:
  • Size: 23.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyramid_es-0.3.1.tar.gz
Algorithm Hash digest
SHA256 c48357bce011530544ad4a73ea992a97bfa0ccc14e9709025eae2d796ff26c05
MD5 4ec7c1773fa4fc928d5375de2d4ca46c
BLAKE2b-256 2ed2acee39de8b843b6659a3ddd461c7066a4498d7bfa855869b6245077eb62d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page