Provides a simple Scala API to be able to use [MongoDb] (http://www.mongodb.org). Developed solely for learning purposes. Example is taken from "Scala in Action by Nilanjan Raychaudhuri". Not scaled for real usage !!!
References:
- https://github.com/nraychaudhuri
- http://goo.gl/nI4IUY Scala in Action
Clone repository from this repository or fork:
% git clone [email protected]:qabbasi/scala-mongodb-driver.git
% cd scala-mongodb-driver
Run sbt update to download dependencies
% sbt update
Run sbt package to create war file
% sbt package
scala-monogdb-driver Copyright 2014 Qaiser Abbasi
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.