Skip to content
Advertisement

How to use a JSON file to aggregate in MongoDB in Java?

I am using the Java MongoDB driver v4.3:

JavaScript

I have my aggregation pipelines written in JSON files which are placed in the src/main/resources folder. The aggregate function only accepts a List<Bson>. After fetching the file, how do I pass it into the MongoDB method?

JavaScript

Advertisement

Answer

This is how you do it:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement