Skip to content

qaiser42/scala-mongodb-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scala-mongodb-driver

What's this?

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:

Requirements

How to build?

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

License

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.

About

Toy Scala API for MongoDb usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages