Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion ANN: Mongoika, a new Clojure MongoDB library

Received: by 10.224.177.12 with SMTP id bg12mr9345595qab.0.1343707811856;
        Mon, 30 Jul 2012 21:10:11 -0700 (PDT)
X-BeenThere: clojure@googlegroups.com
Received: by 10.229.195.214 with SMTP id ed22ls7068352qcb.7.gmail; Mon, 30 Jul
 2012 21:09:55 -0700 (PDT)
Received: by 10.224.186.143 with SMTP id cs15mr9255599qab.3.1343707795691;
        Mon, 30 Jul 2012 21:09:55 -0700 (PDT)
Received: by 10.224.186.143 with SMTP id cs15mr9255598qab.3.1343707795679;
        Mon, 30 Jul 2012 21:09:55 -0700 (PDT)
Return-Path: <seancorfi...@gmail.com>
Received: from mail-qc0-f179.google.com (mail-qc0-f179.google.com [209.85.216.179])
        by gmr-mx.google.com with ESMTPS id ft6si2170693qcb.0.2012.07.30.21.09.55
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 30 Jul 2012 21:09:55 -0700 (PDT)
Received-SPF: pass (google.com: domain of seancorfi...@gmail.com designates 209.85.216.179 as permitted sender) client-ip=209.85.216.179;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of seancorfi...@gmail.com designates 209.85.216.179 as permitted sender) smtp.mail=seancorfi...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-qc0-f179.google.com with SMTP id e14so3548117qcs.24
        for <clojure@googlegroups.com>; Mon, 30 Jul 2012 21:09:55 -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=X6sB84uXaqUrizEBScS+ahHS73DulepX/EgmVAXVGU8=;
        b=TYt45+XPSlp/YWy1p6FyqCRAuILHoHE1RygsCYMaoPuUvzgWJ1l858qtijFNwCKy83
         2TsUxOKYyAU/p7QlNXT9DenDaLW5j+42S1Bfwg/PT/LSdF7s9K3JIZyRCCTx3snqqDiK
         2zD6MOpbjn0V5q4FZQpP5HFHljy0Ts03A0D9NslcyFg8wXT1v5yw6yc+KJf4pvRE5fFW
         3Xnc6nzTr3PpEHdxGCG6g/cW1KO9dIVfjx2TkuWJeYbUoXy42BsroQRrR8aOwoMaRine
         g0X3HmCwQziPnqjgRwA5uTXO+PJBqUMqEnsj6MC/v33xBVDsutng9HrYI/zFchKbpfw6
         U0qA==
MIME-Version: 1.0
Received: by 10.224.31.3 with SMTP id w3mr27333577qac.81.1343707795494; Mon,
 30 Jul 2012 21:09:55 -0700 (PDT)
Received: by 10.229.93.196 with HTTP; Mon, 30 Jul 2012 21:09:55 -0700 (PDT)
In-Reply-To: <CAOkALvHoCw-AeBsw2A8Ht3OHmDfLWDfwQo2kO=LEGs6twKG...@mail.gmail.com>
References: <CAOkALvFMfwXeLCpATPheOqqkisRRP6Atf1E3tLk+OqL9ZzZ...@mail.gmail.com>
	<4fb7c8bd-21d2-4185-ab49-4a77abea0f83@googlegroups.com>
	<d66309b1-3b41-4a6e-9bee-01732e32c5e3@googlegroups.com>
	<CAOkALvEDD8LJ1yCDsSorsRomE2g9PTsYE1Pf0LiZ1x=mVj+...@mail.gmail.com>
	<CA+d+gT4JbZnJbKFtsWgAptzGRfubQaV10HMFrKSAhHf5HKw...@mail.gmail.com>
	<CAOkALvHoCw-AeBsw2A8Ht3OHmDfLWDfwQo2kO=LEGs6twKG...@mail.gmail.com>
Date: Mon, 30 Jul 2012 21:09:55 -0700
Message-ID: <CA+d+gT45Kiza3u5Ec_185DVX8nPz5t7hjxa-fcink_WwBZr...@mail.gmail.com>
Subject: Re: ANN: Mongoika, a new Clojure MongoDB library
From: Sean Corfield <seancorfi...@gmail.com>
To: clojure@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1

On Mon, Jul 30, 2012 at 7:14 PM, Tokusei NOBORIO <t.nobo...@gmail.com> wrote:
> I have updated the feature comparison spreadsheet.  Is it okay now?

Thanx. It's still says 'n' for connection pooling - but that's built
into the Java driver that CongoMongo uses so I'm not sure how you're
defining that feature?

> Does CongoMongo have anything like Mongoika's map-after feature?
> https://github.com/yuushimizu/Mongoika

No, because it does not have a query DSL. It seems to me that a query
DSL, composable queries and map-after are all facets of one feature -
if you don't have a query DSL, you're not going to have any of the
other things...?
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)