All Projects → ReactiveMongo → Reactivemongo

ReactiveMongo / Reactivemongo

Licence: apache-2.0
🍃 Non-blocking, Reactive MongoDB Driver for Scala

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Reactivemongo

Qmgo
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
Stars: ✭ 444 (-46.18%)
Mutual labels:  database, mongodb, driver
Rdbc
Asynchronous database access for Scala and Java
Stars: ✭ 78 (-90.55%)
Mutual labels:  reactive, asynchronous, database
Mongo Cxx Driver
C++ Driver for MongoDB
Stars: ✭ 792 (-4%)
Mutual labels:  database, mongodb, driver
Rxfirebase
Rxjava 2.0 wrapper on Google's Android Firebase library.
Stars: ✭ 509 (-38.3%)
Mutual labels:  reactive, database
Denodb
MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Stars: ✭ 498 (-39.64%)
Mutual labels:  database, mongodb
Faunadb Js
Javascript driver for FaunaDB
Stars: ✭ 498 (-39.64%)
Mutual labels:  database, driver
Clickhouse Driver
ClickHouse Python Driver with native interface support
Stars: ✭ 562 (-31.88%)
Mutual labels:  database, driver
Backup
Easy full stack backup operations on UNIX-like systems.
Stars: ✭ 4,682 (+467.52%)
Mutual labels:  database, mongodb
Mongoui
MongoDB admin UI server written in Node.js 🎮
Stars: ✭ 566 (-31.39%)
Mutual labels:  database, mongodb
Blog
Everything about database,business.(Most for PostgreSQL).
Stars: ✭ 6,330 (+667.27%)
Mutual labels:  database, mongodb
Neo4j Javascript Driver
Neo4j Bolt driver for JavaScript
Stars: ✭ 674 (-18.3%)
Mutual labels:  database, driver
R2dbc Postgresql
Postgresql R2DBC Driver
Stars: ✭ 714 (-13.45%)
Mutual labels:  reactive, database
Migrate Mongo
A database migration tool for MongoDB in Node
Stars: ✭ 481 (-41.7%)
Mutual labels:  database, mongodb
Csharp Driver
DataStax C# Driver for Apache Cassandra
Stars: ✭ 477 (-42.18%)
Mutual labels:  database, driver
Arangojs
The official ArangoDB JavaScript driver.
Stars: ✭ 503 (-39.03%)
Mutual labels:  database, driver
Mongodb
MongoDB driver for Elixir
Stars: ✭ 463 (-43.88%)
Mutual labels:  mongodb, driver
Reactivemanifesto
The Reactive Manifesto
Stars: ✭ 542 (-34.3%)
Mutual labels:  reactive, asynchronous
Rust Mysql Simple
Mysql client library implemented in rust.
Stars: ✭ 415 (-49.7%)
Mutual labels:  database, driver
R2dbc Mysql
R2DBC MySQL Implementation
Stars: ✭ 417 (-49.45%)
Mutual labels:  reactive, database
Restheart
RESTHeart - The REST API for MongoDB
Stars: ✭ 659 (-20.12%)
Mutual labels:  database, mongodb

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

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.

CircleCI Test coverage

Reproduce CI build:

To reproduce a CI build, see the Docker tools.

Learn More

See also the samples

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].