Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 49985 invoked from network); 1 Apr 2011 16:45:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2011 16:45:26 -0000 Received: (qmail 87374 invoked by uid 500); 1 Apr 2011 16:45:24 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 87335 invoked by uid 500); 1 Apr 2011 16:45:24 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 87327 invoked by uid 99); 1 Apr 2011 16:45:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 16:45:24 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rgabo@rgabostyle.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bw0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 16:45:18 +0000 Received: by bwj24 with SMTP id 24so4423801bwj.11 for ; Fri, 01 Apr 2011 09:44:57 -0700 (PDT) Received: by 10.204.229.193 with SMTP id jj1mr3107601bkb.21.1301676296825; Fri, 01 Apr 2011 09:44:56 -0700 (PDT) Received: from [192.168.1.208] (catv-89-132-175-14.catv.broadband.hu [89.132.175.14]) by mx.google.com with ESMTPS id l1sm1512468bkl.1.2011.04.01.09.44.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Apr 2011 09:44:53 -0700 (PDT) Sender: Gabor Ratky Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: [ann] refuge couchdb distribution From: Gabor Ratky In-Reply-To: Date: Fri, 1 Apr 2011 18:44:50 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <12583044-39F2-4353-B18A-438F06E75039@secretsaucepartners.com> References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1084) Great stuff Benoit, will definitely check out. I immediately thought of = contributing a Homebrew formula and send a pull request to mxcl so that = your rcouchdb is one `brew install rcouchdb` away. Can't wait to hear more about your project. Gabor On Apr 1, 2011, at 5:56 PM, Benoit Chesneau wrote: > Hi all, >=20 > While working on the refuge project (more soon about it I promise), we > needed a custom distribution of CouchDB that would allow us to embed > it in our own project using rebar. *refuge couchdb distribution* is > just that, a custom distribution of couchdb using rebar that only > require erlang to be installed. Other features are: >=20 > * Apache CouchDB 1.2x based (current trunk right now) > * Geocouch integrated > * Fast json encoding/decoding using eep0018 module. > * No dependancies but erlang. Modules are statically linked against > spidermonkey and icu provided during installation. > * Compatible with MacOS and Linux, support for BSDs and Windows is > coming. (binaries too) > * Fully opensource. All the sources are on refuge GIT repository > (http://refuge.io/code) under Apache License 2. >=20 > More features will be added in near futures, mostly modules we will > use in refuge and we will keep it in sync with Apache CouchDB changes. >=20 > To install and find more info about it go on http://rcouch.refuge.io . >=20 > Hope it will be useful, >=20 > enjoy :) >=20 >=20 > - beno=EEt