GithubHelp home page GithubHelp logo

codemettle / reactivemongo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reactivemongo/reactivemongo

0.0 1.0 0.0 5.67 MB

Non-blocking, Reactive MongoDB Driver for Scala

Home Page: http://reactivemongo.org

License: Apache License 2.0

Shell 1.41% Scala 98.22% Java 0.37%

reactivemongo's Introduction

ReactiveMongo

ReactiveMongo is a scala driver that provides fully non-blocking and asynchronous I/O operations.

Usage

First add the dependencies in your build.sbt.

libraryDependencies ++= Seq(
  "org.reactivemongo" %% "reactivemongo" % "VERSION"
)

Maven Javadocs

See the documentation

Build manually

To benefit from the latest improvements and fixes, you may want to compile ReactiveMongo from source. You will need a Git client and SBT.

From the shell, first checkout the source:

$ git clone [email protected]:ReactiveMongo/ReactiveMongo.git

Then go to the ReactiveMongo directory and launch the SBT build console:

$ cd ReactiveMongo
$ sbt
> +publish-local

Running tests:

In order to execute the unit and integration tests, SBT can be used as follows.

sbt "testOnly -- exclude mongo2"

When running against MongoDB 2.6, the command must replace exclude mongo2 with exclude not_mongo26.

The test environement must be able to handle the maximum number of incoming connection for the MongoDB instance. This must be checked, and eventually updated, using ulimit -n.

Travis: Travis build status Test coverage

Reproduce Travis build:

To reproduce a Travis build, see the Docker tools.

Learn More

See also the samples

reactivemongo's People

Contributors

sgodbillon avatar cchantep avatar scala-steward avatar edofic avatar ornicar avatar gatorcse avatar markvandertol avatar neverov avatar imikushin avatar lucasrpb avatar avdv avatar konradwudkowski avatar viktortnk avatar skirino avatar shirishp avatar nevang avatar bfaissal avatar aloiscochard avatar adrien-aubel avatar jbgi avatar atry avatar sullis avatar pchlupacek avatar oleastre avatar chemikadze avatar analytically avatar jtjeferreira avatar borice avatar baloo avatar markussammallahti avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.