Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54876

nozama-cloudsearch-service 1.1.2: a local Amazon CloudSearch using ElasticSearch as its backend.

From Oisin Mulvihill <oisin.mulvihill@gmail.com>
Date 2013-09-27 12:37 +0100
Subject nozama-cloudsearch-service 1.1.2: a local Amazon CloudSearch using ElasticSearch as its backend.
Newsgroups comp.lang.python
Message-ID <mailman.378.1380281856.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hello,

Have you ever wanted to test your app against a dev version of your
production CloudSearch? Is management saying budget constraints won't allow
this? Then Nozama CloudSearch is for you.

It is a light weight implementation of Amazon's CloudSearch service you can
run locally. Its has additional REST API features which allow inspection of
data in a way not available via Amazon CloudSearch.

Nozama is also a way to migrate from Amazon CloudSearch to ElasticSearch.

Version 1.1.2

This now supports text searching and uses ElasticSearch as it backend.
Facets are not yet supported. I use MongoDB to store the results of batch
upload runs. This will change in future as I believe I can use
ElasticSearch for this too.

It is BSD licensed and available now from pypi https://pypi.python.org/pypi/
nozama-cloudsearch-service:

  easy_install nozama-cloudsearch-service

Contributions are always welcome. Just fork me on github:

 * https://github.com/oisinmulvihill/nozama-cloudsearch

It also has documentation which it self hosts or can be seen on readthedocs:

 * https://nozama-cloudsearch.readthedocs.org/en/latest/index.html


All the best,

Oisin

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

nozama-cloudsearch-service 1.1.2: a local Amazon CloudSearch using ElasticSearch as its backend. Oisin Mulvihill <oisin.mulvihill@gmail.com> - 2013-09-27 12:37 +0100

csiph-web