Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:novus/casbah
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaf committed Jul 28, 2010
2 parents 320c938 + f5c661c commit d34697f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
18 changes: 0 additions & 18 deletions README

This file was deleted.

12 changes: 8 additions & 4 deletions README.md
@@ -1,17 +1,21 @@
# Casbah
## formerly "mongo-scala-wrappers"
### Brendan W. McAdams <bmcadams@novus.com>
### Max Afonov <mafonov@novus.com>

Interfaces for [MongoDB][MongoDB] to be more flexibly accessible from both Java and Scala. Most specifically focused on providing a Scala oriented wrapper interface around the Java mongo driver.
Casbah is an interface for [MongoDB][MongoDB] designed to provide more flexible access from both Java and Scala. While the current cor focus is on providing a Scala oriented wrapper interface around the Java mongo driver, support for other JVM languages may come in the future.

For the Scala side, contains series of wrappers and DSL-like functionality for utilizing MongoDB from within Scala. This currently utilises the very Java-oriented Mongo Java driver, and attempts to provide more scala-like functionality on top of it. This has been tested with MongoDB 1.2.x+ and v2.x of the Mongo java driver.

This code is available at both [GitHub][GitHub] and [BitBucket][BitBucket]. BitBucket is the primary repository, with clones pushed to GitHub on a regular basis.
We are constantly adding new functionality, and maintain a detailed [Tutorial][Tutorial].

GitHub kindly hosts our [Documentation][Documentation] including the [API Docs][API Docs]
Please report any issues at our [Lighthouse Issue Tracker](http://novus.lighthouseapp.com/projects/57054-casbah/overview), or post to the [Casbah Mailing List][mongodb-casbah-users] on Google Groups.

GitHub kindly hosts our [Documentation][Documentation] including the [API Docs][API Docs] & [Tutorial][Tutorial].

[mongodb]: http://mongodb.org "MongoDB"
[bitbucket]: http://bitbucket.org/novus/casbah "Casbah on BitBucket"
[github]: http://github.com/novus/casbah "Casbah on GitHub"
[api docs]: http://novus.github.com/docs/casbah/api/ "API Docs on GitHub"
[documentation]: http://novus.github.com/docs/casbah/ "Docs on GitHub"
[tutorial]: http://novus.github.com/docs/casbah/sphinx/html/intro/getting_started.html "Casbah Tutorial"
[mongodb-casbah-users]: http://groups.google.com/group/mongodb-casbah-users "Casbah Mailing List"

0 comments on commit d34697f

Please sign in to comment.