An open API service indexing awesome lists of open source software.

https://github.com/mongodb-developer/aerodata

Sample source code to accompany "Single-Collection Designs with Spring Data" article
https://github.com/mongodb-developer/aerodata

Last synced: 6 months ago
JSON representation

Sample source code to accompany "Single-Collection Designs with Spring Data" article

Awesome Lists containing this project

README

          

# aerodata
Sample source code to accompany "Single-Collection Designs with Spring Data" article

This sample project uses Spring Data to write and retrieve multiple POJO object types to a single collection within MongoDB.

This design pattern can be useful to avoid joins across collections and / or extensive embedding of documents within a single collection.