Skip to content

Instantly share code, notes, and snippets.

@sweetieSong
sweetieSong / Fields
Last active December 19, 2015 20:58
The fields that were downloaded from the flights website. The corresponding name in MongoDB document. The data type in MongoDB.
| FAA fields | MongoDB field | Data Type |
| :========: | :===========: | :=======: |
| Year | year | int |
| Quarter | quarter | int |
| Month | month | int |
| Day of Month | dayOfMonth | int |
| Day of Week | dayOfWeek | int |
| Flight Date | date | ISODate |
| Unique Carrier ID | carrierId | String |