This commit is contained in:
Michael S. Klishin 2012-01-31 02:36:43 +04:00
parent a2be672cf3
commit 5a4349c9cc

View file

@ -14,7 +14,7 @@ wanted a client that will
* Support most of MongoDB 2.0+ features but only those that really matter. Grouping the way it is done today, for example, does not (it is easier to just use Map/Reduce directly).
* Be well documented.
* Be well tested.
* Be maintained, not carry technical debt from 2009 forever.
* Be maintained, do not carry technical debt from 2009 forever.
* Integrate with libraries like clojure.data.json and Joda Time.
* Integrate usage of JavaScript files and ClojureScript (as soon as the compiler gets artifact it is possible to depend on for easy embedding).
* Learn from other clients like the Java and Ruby ones.