From user-return-14983-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Feb 20 15:00:27 2011 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 16292 invoked from network); 20 Feb 2011 15:00:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Feb 2011 15:00:26 -0000 Received: (qmail 48249 invoked by uid 500); 20 Feb 2011 15:00:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 47863 invoked by uid 500); 20 Feb 2011 15:00:21 -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 47855 invoked by uid 99); 20 Feb 2011 15:00:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 15:00:20 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=FREEMAIL_FROM,FS_REPLICA,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of boxerab@gmail.com designates 209.85.161.172 as permitted sender) Received: from [209.85.161.172] (HELO mail-gx0-f172.google.com) (209.85.161.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 15:00:13 +0000 Received: by gxk5 with SMTP id 5so426480gxk.31 for ; Sun, 20 Feb 2011 06:59:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=mjgCcNLhQTuFXahNRNjXJtNHDT69g/7MsFRqE948Zzk=; b=EMvm5v9/RXSNusS+hc8VvoU+j65iHSPmFIFgm0OUEuC2p46MsZPxSv79Y+v84MB0MQ B/j4MQpM66AzVMCSaec22kedYy7UyM/4zC/RipgLdSmTTtRteFzM59eCpI8rPymAcBLx YyDn4e9/T4Kcrnioi+ATnoRnkicmSI4UxF5pI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=o2AUQk98kIB67gZ3XC3SJTlvphGC+QBMyCuvEchOYmImbLMHr1JkXD2rcIPhfLHXcg p89rWnaao6MRbbPQ2Ocr2Witg05YrzKy3X9RZ2PEBe34hISt16AcpU9wU4e4jDi+uFLh KJ1S5lmrJ61LnxxD2UPf8NRtOSyJs6puN85jo= MIME-Version: 1.0 Received: by 10.236.95.1 with SMTP id o1mr688342yhf.67.1298213993075; Sun, 20 Feb 2011 06:59:53 -0800 (PST) Received: by 10.236.110.5 with HTTP; Sun, 20 Feb 2011 06:59:53 -0800 (PST) In-Reply-To: References: Date: Sun, 20 Feb 2011 09:59:53 -0500 Message-ID: Subject: Re: About CouchDB_replication_protocol From: Aaron Boxer To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi Zdavko, Sure, good idea. Or perhaps, pluggable back-end storage. Except, I think this is now becoming a new project altogether: light-weight mobile storage that supports offline sync via couchdb sync protocol. And you could add other NoSQL protocols.... Cheers, Aaron On Sat, Feb 19, 2011 at 1:02 AM, Zdravko Gligic wrote: > Any chance that you guys could consider using SQLite for your local > storage and then for it building a to/from SQLite replicator ;?) >