Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9370210FC4 for ; Fri, 14 Feb 2014 17:43:32 +0000 (UTC) Received: (qmail 21704 invoked by uid 500); 14 Feb 2014 17:43:31 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 21604 invoked by uid 500); 14 Feb 2014 17:43:31 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 21571 invoked by uid 99); 14 Feb 2014 17:43:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 17:43:31 +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 paul.joseph.davis@gmail.com designates 209.85.219.53 as permitted sender) Received: from [209.85.219.53] (HELO mail-oa0-f53.google.com) (209.85.219.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 17:43:25 +0000 Received: by mail-oa0-f53.google.com with SMTP id m1so15035679oag.12 for ; Fri, 14 Feb 2014 09:43:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Z/Z8l4KqpYwOkMmiFZuAPQVXRtBLA/XdTZTByhmMJx0=; b=YwP0RcSHScFnv5jfWPzOQXlk3OJZ2JaHqfL9q3V6SLNnBR37IYIl1LXIVWhRUntQnH pKAI/oofKx5MUXJHw7qOc9IpleUrBfhLy4k7Z4Xis3EMw2VHQTwpIF1L6ifQsu3IrPF2 nDKpTfo820KzXMD780452efk28rmeJncWS2NySVtk3Kvq4g6Rfcz5Z48RnJMJJLDuqO4 tcX5mMntc+iupA2sK/QLv0wkI7ZvruVwPoe83nP0LmLVww/9tLD+Ve02HIlEZqW0qwOu I2+2XHNITlbacgNHhdYGZUHb0tsTki8FKRO9kide4K3pQE2+FfHcwAeIsxcXMr/n90cx ERHA== X-Received: by 10.60.246.139 with SMTP id xw11mr7730727oec.36.1392399784478; Fri, 14 Feb 2014 09:43:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.60.162.36 with HTTP; Fri, 14 Feb 2014 09:42:24 -0800 (PST) In-Reply-To: References: From: Paul Davis Date: Fri, 14 Feb 2014 11:42:24 -0600 Message-ID: Subject: Re: intention of couchdb-couch-stats and some other To: "dev@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Feb 14, 2014 at 4:03 AM, Dave Cottlehuber wrote: > On 14 February 2014 10:59, Benoit Chesneau wrote: >> I saw that the following repositories have been created but empty at that time: >> >> intention of couchdb-couch-stats >> couchdb-query-server-node >> couchdb-query-server-spidermonkey >> >> What are the intentions of these repositories? >> >> couchdb-couch-stats looks like the one in rcouch: >> >> https://github.com/refuge/couch_core/tree/master/apps/couch_stats >> >> Maybe I should split it couch_stat as well. DO we care about the >> historyy at that point? >> >> For the others i only gues that the spidermonkey one should contain >> couchjs. Paul what was your idea bout it? >> >> >> FAter thinking a little more I am thinking we could also create the >> following repositories: >> >> couchbd-couch-compaction-daemon >> couchdb-couch-os-daemon or simply couchdb-couch-external >> couch-db-update-notifier at least the code using the port. >> >> >> From couchdb-couch-httpd i am thinking we could also split couch_httpd_proxy. >> >> Thoughts? >> >> - benoit > > This seems like an excellent time to suggest we have so many > repositories we could do with some automated way to create & name > them... perhaps a couch-couch-repo-factory is needed ;-) > > *ducks* :D For reference, the naming pattern is couchdb-(app name with underscores replaced with hyphens). The couchdb- prefix is mandated by ASF infra for git repositories. I replaced the underscores with hyphens because couchdb-couch_mrview looked funny. So there is an automated method for naming things, just no factor for it.