Item | Notes |
---|
The Next API Lead… dun dun dun | |
Overview | |
Diving in | Looking at MongoDB Go Driver and the mongo Go package MongoDB Compass app helps visualize the database Structure: multiple databases with collections (folders) In this case the folders are courses, degrees, exams, professors, and sections
Working with course collection Object IDs are auto generated by MongoDB but can be customized More specific queries return less data and allow the more efficient database server to do the work for you Aggregations let you set up data pipelines and can produce queryable collections like regular collections
|