https://github.com/mongodb-developer/aggregation_expression_builders
Source code to accompany blog post on using aggregation expression builder in the MongoDB Java Drivers
https://github.com/mongodb-developer/aggregation_expression_builders
Last synced: 2 months ago
JSON representation
Source code to accompany blog post on using aggregation expression builder in the MongoDB Java Drivers
- Host: GitHub
- URL: https://github.com/mongodb-developer/aggregation_expression_builders
- Owner: mongodb-developer
- License: apache-2.0
- Created: 2023-05-16T20:07:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T21:52:15.000Z (about 2 years ago)
- Last Synced: 2025-04-12T16:18:22.345Z (8 months ago)
- Language: Java
- Size: 4.08 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aggregation_expression_builders
### Source code to accompany blog post on using aggregation expression builders in the MongoDB Java Drivers
The code in this repository was built in using OpenJDK 64Bit by Jetbrains, version 17.0.4.1+7 aarch64
on a Mac Powerbook M1 Pro. The code uses Gradle and should reference The MongoDB synchronous Java
driver, version 4.9 or later, as a dependency.
The example aggregation pipleline used in the article is available in BSON document format in file
"aggregation.json". You can use the contents of this file to create an equivalent Pipeline in MongoDB
Compass.
The data used in the example is availabe in 'aircraftData.json.zip'. After unzipping this file, you
can import the data to your own MongoDB instance using