Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53640
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!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.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'dev': 0.07; 'hosts': 0.07; 'pypi': 0.07; 'url:github': 0.09; 'developer': 0.10; 'api': 0.11; 'bsd': 0.16; 'easy_install': 0.16; 'emulates': 0.16; 'to:addr:python-announce-list': 0.16; 'uploading': 0.16; 'app': 0.19; 'cc:addr:gmail.com': 0.22; 'saying': 0.22; 'this?': 0.23; 'helper': 0.24; 'environment': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'source': 0.25; 'to:2**1': 0.27; 'rest': 0.29; 'to:no real name:2**1': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'this.': 0.32; 'run': 0.32; 'url:python': 0.33; 'implemented': 0.33; 'amazon': 0.34; "i'd": 0.34; 'test': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'licensed': 0.36; 'subject:service': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'environment.': 0.39; 'weight': 0.39; 'to:addr:python.org': 0.39; 'you.': 0.62; 'here:': 0.62; 'url:index': 0.63; 'our': 0.64; 'management': 0.65; 'production': 0.68; 'present.': 0.74; 'url:latest': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=3i2Uje8WYwARPU0OIogOo+Rx56HCrNXclh+7q19AGmk=; b=mCqIO2amI7+X/fBlwblK26cuqnRPQLzY14pNlNqXsZTHO2nyoLen/Xib75HL8bBieZ 5Im4/TQ65gf5IMcc940OAGXaAOAHP1IPFfepfRKTTBSbvL41QTkuQoNQAAwnwXD2qnHG ngLcVFA6tv5IsILYwBFCXPIpgCxfAfZyW/BqzTCX6oT0l9ZGUhE4l6G4nRnxaoW0mpHS n4XGoPKJsCEfzvJbxtf3YVPq1eAL6QCsXxHg/PY/T/C8RVVEsKghQWvSCFdo7POtkllr IGmirBTfcU4UDHjL/j0WWyu61k5/LCSpvClqz8FFuTJ/SqVJOlC5mdZqcsUWbY7hQJ1D k0Xg== |
| X-Received | by 10.52.166.71 with SMTP id ze7mr162244vdb.50.1378314333871; Wed, 04 Sep 2013 10:05:33 -0700 (PDT) |
| MIME-Version | 1.0 |
| From | Oisin Mulvihill <oisin.mulvihill@gmail.com> |
| Date | Wed, 4 Sep 2013 18:05:13 +0100 |
| Subject | nozama-cloudsearch-service a local Amazon CloudSearch instance. |
| To | python-list@python.org, python-announce-list@python.org |
| Content-Type | multipart/alternative; boundary=001a11c25054426d3504e591d062 |
| 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.51.1378314828.5461.python-list@python.org> (permalink) |
| Lines | 79 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1378314828 news.xs4all.nl 15866 [2001:888:2000:d::a6]:44255 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:53640 |
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. It is BSD licensed and available now from pypi https://pypi.python.org/pypi/nozama-cloudsearch-service: easy_install nozama-cloudsearch-service Or from source code checkout from github here: * 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 I've implemented batch uploading and I'm working on search at present. I thought I'd get this out early in case others are hitting against this. I'd welcome contributions. I don't intend this to be a replacement for Amazon CloudSearch. Its a helper service I use it as part of a vagrant+puppet provisioned developer environment. This emulates our production environment locally. All the best, Oisin
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
nozama-cloudsearch-service a local Amazon CloudSearch instance. Oisin Mulvihill <oisin.mulvihill@gmail.com> - 2013-09-04 18:05 +0100
csiph-web