Chicago / buildings

A project to create a simple interface for visualizing building data.
https://github.com/Chicago/buildings/wiki
MIT License
5 stars 1 forks source link

Research MongoDB aggregate function and "joins" #27

Open nicklucius opened 7 years ago

nicklucius commented 7 years ago

Consider a new version of building.json that connects multiple MongoDB documents through "joins" or "references"

Some reading on the subject: https://docs.mongodb.com/manual/reference/database-references/

There could be one container document for the building, which links to documents with violations, 911 calls, 311 calls, etc.