Skip to content

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

License

Notifications You must be signed in to change notification settings

mongodb-developer/aerodata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages