MongoDB module

A set of components used to implement MongoDB persistence.

Packages

The module contains the following packages:

  • Build - Factory to create MongoDB persistence components.
  • Connect - Connection component to configure MongoDB connection to database.
  • Persistence - abstract persistence components to perform basic CRUD operations.

Use

Add dependency to the pom.xml:

<dependency>
  <groupId>org.pipservices</groupId>
  <artifactId>pip-services4-mongodb</artifactId>
  <version>[0.0.1,)</version>
</dependency>