Skip to content

bfritz/mongodb-from-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using MongoDB from Scala - Simple Demo Code

Bootstrapping:

git clone git@github.com:bfritz/mongodb-from-scala.git
cd mongodb-from-scala
sbt update
sbt ~console

From the sbt console:

new casbah.BeerDemo

Casbah Info and References:

  • formerly known as "mongo-scala-wrappers"
  • primary developers are Brendan McAdams and Max Afonov
  • source is on github
  • license is Apache 2.0
  • inspired by pymongo for Python
  • Documentation
  • Mailing List
  • Issue Tracker
  • Video and slides of Brendan McAdams's presentation to NY Scala Enthusiasts
  • CASE meetup about Casbah in Chicago on Thursday, October 21st, 2010
  • key features:
    • allows pass-through of "bare" MongoDB queries
    • has support for GridFS
    • map/reduce support (without much documentation)

Other Scala drivers for MongoDB:

About

Demo code for using MongoDB from Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages