MongoDB Connections
You can set up MongoDB connections in Logi 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 Logi 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), Logi JReport Enables them to put the expressions into JSON files (.json) and then import the files to a catalog via the specified MongoDB connection. Logi JReport can then load data from the MongoDB database by the expressions in the imported JSON files.
Logi JReport Designer supports MongoDB 1.8 and above.
The following topics contain more information on MongoDBs: