On Mon, Jul 30, 2012 at 5:12 PM, Tokusei NOBORIO <t.nobo...@gmail.com> wrote:
> Here is a comparison of the features of the three libraries.
> I hope people will correct any mistakes, and point out any important
> features I have forgotten.
>
> https://docs.google.com/spreadsheet/ccc?key=0AjcJV_bAT0m_dHVPY0lZZlZvbElyVGZqNFF4bzJJVnc#gid=0

CongoMongo definitely supports:
* WriteConcern
* GridFS
* Map-Reduce

Not sure what you mean by several other categories so it's hard to
tell whether CongoMongo supports them or not.
Multiple Connections? Depending on how you define this, CongoMongo may
well qualify.
Connection Pool? CongoMongo uses the Java driver which does connection
pooling internally already.
Indexing? CongoMongo has add-index! and drop-index! and can retrieve
indexes on a collection.
Heroku? Pretty sure folks are using CongoMongo on Heroku but I can't
confirm that.

CongoMongo's readme doesn't list a lot of the stuff it does but you
can see tests for most of the things mentioned above here:

https://github.com/aboekhoff/congomongo/blob/master/test/somnium/test/congomongo.clj

Hope that helps?
-- 
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)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to