Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 75983 invoked from network); 8 May 2010 23:01:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 May 2010 23:01:50 -0000 Received: (qmail 9803 invoked by uid 500); 8 May 2010 23:01:49 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 9760 invoked by uid 500); 8 May 2010 23:01:49 -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 9752 invoked by uid 99); 8 May 2010 23:01:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 May 2010 23:01:49 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of narkisr@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 May 2010 23:01:43 +0000 Received: by fg-out-1718.google.com with SMTP id e12so267637fga.5 for ; Sat, 08 May 2010 16:01:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=APKlR7Kbzra+nGmM8gZ/+qx9chDnALE2AtKKbRdnha0=; b=cD/5h+EroWQO3kNzbFoduH+q5DdipFdSSwx7YzS3WnhOoJv5ycuLlFCSBnGZCB3msR s2QnFesnzSOCLZk7Q4M6LG1ATQO6ZBy/Ta1Wl6VKLUivaYadhesGmU1l+gr6VFXvwaPW zf0rhIrIR3V82rfjZcide/uw2SMohUDbpHSa4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KKKYcRAN1Om+yLPb/o5fTgJm9V8M4bh8bUK7jHv+E/0mXqSNYBMHyYxI4j0om2wfVH nzAT+s90GsPIyHqaDq2bfRRfU8ink7nshyiIZN7jiN0Cv3KC+zKTFCbdXOp12N9Jws4G 6+mUa12DeCVe7GEmgejPJE/vO7r9yhNURK5tA= MIME-Version: 1.0 Received: by 10.239.186.137 with SMTP id g9mr169471hbh.6.1273359682527; Sat, 08 May 2010 16:01:22 -0700 (PDT) Received: by 10.239.148.196 with HTTP; Sat, 8 May 2010 16:01:22 -0700 (PDT) Date: Sun, 9 May 2010 02:01:22 +0300 Message-ID: Subject: Couchdb fuse filesystem From: Ronen Narkis To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001485f44f808c63ed04861d2704 X-Virus-Checked: Checked by ClamAV on apache.org --001485f44f808c63ed04861d2704 Content-Type: text/plain; charset=ISO-8859-1 Hey all, Iv implemented a fuse filesystem that exposes Couchdb documents as files , existing implementation (http://code.google.com/p/couchdb-fuse/) only expose attachments. This enables many useful use cases like rsync backup, text searching (using grep awk) and more. For more info head on to http://github.com/narkisr/couch-fuse Ronen --001485f44f808c63ed04861d2704--