This article describes the principal changes of MongoDB addon.

Note:

Stambia DI is a flexible and agile solution. It can be quickly adapted to your needs.

If you have any question, any feature request or any issue, do not hesitate to contact us.

 

This article is dedicated to Stambia DI S17, S18 and S19 addon.

For Stambia DI 2020 (S20.x.x) Component, refer to this article.

 

addons.mongodb_1.0.6.20200410121515

Prerequisites:
  • MongoDB Templates 2020-04-30 or higher

 

Support executing MongoDB Find Queries

This new version supports defining and executing MongoDB Find Queries.

This offers the ability to define your own customers queries to retrieve data from MongoDB and then load it somewhere else.

MongoDB Find Queries are defined in Metadata:

metadata find query definition

 

Note that after defining the query attributes, you can reverse the query with a right click / reverse on it.

The query will be executed behind the scenes to have a sample of data to define the responses structure.

And then when everything is defined in Metadata you can use the query in Mapping to retrieve the data returned.

 

mapping find query example

Note that MongoDB demonstration project has been updated to include examples of find queries.