Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCDDE10901 for ; Thu, 3 Oct 2013 18:49:01 +0000 (UTC) Received: (qmail 27031 invoked by uid 500); 3 Oct 2013 18:48:59 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 26970 invoked by uid 500); 3 Oct 2013 18:48:58 -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 26962 invoked by uid 99); 3 Oct 2013 18:48:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 18:48:57 +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 (nike.apache.org: domain of albin.stigo@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 18:48:52 +0000 Received: by mail-bk0-f47.google.com with SMTP id mx12so1097272bkb.20 for ; Thu, 03 Oct 2013 11:48:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Ugk6n4cAZ4ZNaFu03mKudokU//q0VQGk0N4sLlKYvRA=; b=Vq3jfbgaFSRMHw5ONdEBV790K8fuyKAVMlkzRRaoLAMMzlzizop0yERvIa4bVnoR9a dsUt5+F3O1/Wt7gNAasoS8uCrrNflKAogxmVADoSFfRg5XjHDQGl7VBP6+sqdWgAXAIj gccoY3yMcGpRJdI0ep9SPn1SJ4EmucD+iPPsbsdiygewf2qfmpqYrWriWwfDqQDRpOQi pQV2dWf4m/gcJ99yu08SS6NCLOgs60HF6JpVuQRpmBNXnbv/dn3AKmQOx4kyfoS1FxPY S4NBPxV6J76NOJ2KHsilK/9m3jIpIJBu2m4XFXsNZ7agFEzkvwEGBnkm3Uc9LLkt+WVT 1XTA== MIME-Version: 1.0 X-Received: by 10.204.103.199 with SMTP id l7mr9161142bko.11.1380826112112; Thu, 03 Oct 2013 11:48:32 -0700 (PDT) Received: by 10.204.247.69 with HTTP; Thu, 3 Oct 2013 11:48:32 -0700 (PDT) In-Reply-To: <524DBABA.8080903@orgmeta.com> References: <524DB903.5010405@fiset.ca> <524DBABA.8080903@orgmeta.com> Date: Thu, 3 Oct 2013 20:48:32 +0200 Message-ID: Subject: Re: Contribution: CouchDb dump and reload From: =?UTF-8?B?QWxiaW4gU3RpZ8O2?= To: "user@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Tack tack!!! On Thu, Oct 3, 2013 at 8:43 PM, Vivek Pathak wrote: > Just fyi, there is couchdb-dump available in > http://code.google.com/p/couchdb-python/ > > On 10/03/2013 02:35 PM, Jean-Pierre Fiset wrote: >> >> I am working on the project Nunaliit (http://nunaliit.org). As part of the >> project, we have >> developed tools that allow a user to dump an instance of CouchDb to disk, >> and the tools to >> reload a database from disk. >> >> The database documents are stored to disk in text files. The document >> content is formatted in >> JSON. Attachments are also saved to disk in their native format. >> >> This set of tools is written in Java and built using Maven. It features >> plenty of interfaces to >> access CouchDb directly in Java. It also features a command line interface >> to perform dumps and >> restores. >> >> Currently, these tools are within a larger project. I am intending to >> seperate the dump and >> restore components, with all dependencies, out of the larger project to >> make them more >> accessible to the community. >> >> Is there a location or a project where these sorts of tools belong to? If >> feasible, I'd like to >> contribute the code where it will serve best. >> >> JP > >