Monger is an idiomatic Clojure MongoDB driver with sane defaults, batteries included, well documented, low overhead
Find a file
Michael S. Klishin cae818f646 Add (optional) conversion protocol extension to support Joda Time types
Much like we already do with clojure.data.json.
2011-10-13 18:04:49 +04:00
examples Adding docs for major collection methods. 2011-09-11 16:13:29 +02:00
src/monger Add (optional) conversion protocol extension to support Joda Time types 2011-10-13 18:04:49 +04:00
test/monger/test Use clojure.test/are and namespace aliases 2011-10-11 21:04:21 +04:00
.gitignore Ignore etags file 2011-08-12 21:47:53 +04:00
.travis.yml Of course we will be using travis-ci.org 2011-09-11 14:40:15 +04:00
project.clj Add Validateur as a [soft] dependency, it greatly complements Monger 2011-10-10 02:26:03 +04:00
README.md Edited README.md via GitHub 2011-10-10 02:32:25 +04:00

Monger

Monger is an idiomatic Clojure wrapper around MongoDB Java driver.

Usage

Unless documentation guides & examples are written (targeted for the 1.0 release), it is fair to say that it is likely to be unusable to anyone other than the author.

This is a Work In Progress

Core Monger APIs are stabilized but it is still a work in progress. Keep that in mind.

Artifacts

Snapshot artifacts are released to Clojars every few days.

With Leiningen:

[com.novemberain/monger "0.10.0-SNAPSHOT"]

With Maven:

<dependency>
  <groupId>com.novemberain</groupId>
  <artifactId>monger</artifactId>
  <version>0.10.0-SNAPSHOT</version>
</dependency>

Continuous Integration

Continuous Integration status

CI is hosted by travis-ci.org

Supported Clojure versions

Monger is built from the ground up for Clojure 1.3 and up.

License

Copyright (C) 2011 Michael S. Klishin

Distributed under the Eclipse Public License, the same as Clojure.