Giter Site home page Giter Site logo

gaoxu90 / reactivemongo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reactivemongo/reactivemongo

0.0 2.0 0.0 4.06 MB

Non-blocking, Reactive MongoDB Driver for Scala

Home Page: http://reactivemongo.org

License: Apache License 2.0

Shell 0.96% Scala 98.59% Java 0.45%

reactivemongo's Introduction

ReactiveMongo

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

Usage

In your project/Build.scala:

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

Maven Central

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 test-only -- 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

Learn More

Samples: These sample applications are kept up to date with the latest driver version. They are built upon Play 2.3.

reactivemongo's People

Contributors

sgodbillon avatar cchantep avatar edofic avatar gatorcse avatar markvandertol avatar neverov avatar ornicar avatar imikushin avatar lucasrpb avatar viktortnk avatar skirino avatar shirishp avatar nevang avatar bfaissal avatar aloiscochard avatar adrien-aubel avatar avdv avatar atry avatar pchlupacek avatar oleastre avatar chemikadze avatar analytically avatar baloo avatar miroff avatar markussammallahti avatar pauldijou avatar jcranky avatar reid-spencer avatar sadache avatar srottenberg avatar

Watchers

James Cloos avatar gaoxu 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.