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.

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <oisin.mulvihill@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'dev': 0.07; 'hosts': 0.07; 'pypi': 0.07; 'welcome.': 0.07; 'subject:using': 0.09; 'url:github': 0.09; 'api': 0.11; 'backend.': 0.16; 'bsd': 0.16; 'easy_install': 0.16; 'fork': 0.16; 'skip:\xa0 60': 0.16; 'subject: \n ': 0.16; 'supported.': 0.16; 'to:addr:python-announce-list': 0.16; 'app': 0.19; '8bit%:5': 0.22; 'saying': 0.22; 'this?': 0.23; 'skip:e 30': 0.24; 'skip:\xa0 20': 0.24; 'to:2**1': 0.27; 'rest': 0.29; 'skip:p 30': 0.29; 'to:no real name:2**1': 0.29; '8bit%:3': 0.30; 'message- id:@mail.gmail.com': 0.30; 'too.': 0.31; 'run': 0.32; 'text': 0.33; 'url:python': 0.33; 'amazon': 0.34; 'test': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'licensed': 0.36; 'subject:service': 0.36; 'url:org': 0.36; 'searching': 0.37; '8bit%:4': 0.38; 'to:addr:python-list': 0.38; 'weight': 0.39; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; '8bit%:6': 0.40; 'future': 0.60; 'you.': 0.62; 'url:index': 0.63; '8bit%:10': 0.64; 'management': 0.65; 'believe': 0.68; 'production': 0.68; 'results': 0.69; 'url:latest': 0.91; 'subject:skip:E 10': 0.95
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=aKWvIblF6MGzSC5w+2QFBggEetHJGa76w/i2I3N62fw=; b=XYFMA8AX0T5/g4b+RFgAEhjkXOn6/KPTbID/zLcWUsCHYqhZb0uEgfwbgUDFOH/Yo7 czOyRGTEm5KcfXqJ5dgAX4yRmGzhWJeR5+d6Veoy6lpo9AeOPgx5FLtGEaeN+UqBEupc Lth1Bw9wsSqWkUr6hMILpfQvxb5HbMAmFNnyrnbo52lxVwaqImTTxc0wk3lHH840ZXDd 5/c6MBt+4N2k22GuUXtNVtymfw/y3tGjSrjvdUGCZi59VVEmDv0q6WSPHoq6zig2Ve0b 7dKAVBCz/69Kk+PM5Va9XClXFEyXFvCwV3Ys62OwsYIyqhsZmJvrG1/vlZBuobRoXP4k lNmg==
X-Received by 10.221.55.4 with SMTP id vw4mr35928vcb.37.1380281853614; Fri, 27 Sep 2013 04:37:33 -0700 (PDT)
MIME-Version 1.0
From Oisin Mulvihill <oisin.mulvihill@gmail.com>
Date Fri, 27 Sep 2013 12:37:13 +0100
Subject nozama-cloudsearch-service 1.1.2: a local Amazon CloudSearch using ElasticSearch as its backend.
To python-list@python.org, python-announce-list@python.org
Content-Type multipart/alternative; boundary=001a1133abf4932efe04e75be9b9
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.378.1380281856.18130.python-list@python.org> (permalink)
Lines 118
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1380281856 news.xs4all.nl 16005 [2001:888:2000:d::a6]:51387
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:54876

Show key headers only | 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