BackPrevious Page Next PageNext

MongoDB Connections

You can set up MongoDB connections in JReport catalogs to get data from MongoDB databases. A MongoDB connection contains relational schemas which are transformed from the collections in a MongoDB database. From the transformed relational schemas, you can add tables to the JReport catalog, and the tables can then be accessed in the same way as JDBC supplied tables.

In addition, for users who wish to write their own MongoDB aggregation pipeline expressions (also referred to as APE), JReport enables them to put the expressions into JSON files (.json) and then import the files to a catalog via the specified MongoDB connection. JReport can then load data from the MongoDB database by the expressions in the imported JSON files.

JReport Designer supports MongoDB 1.8 and above.

This section contains the following topics:

BackPrevious Page Next PageNext