Nothing
[{"$match":{"dest":"ABQ"}}]
[{"$match":{"faa":"ABQ"}},{"$lookup":{"from":"test_flights","localField":"faa","foreignField":"dest","as":"test_flights"}},{"$unwind":"$test_flights"}]
[{"$match":{"tzone":"America/New_York"}},{"$lookup":{"from":"test_flights","localField":"faa","foreignField":"dest","as":"test_flights"}},{"$addFields":{"min_distance":{"$min":"$test_flights.distance"}}},{"$match":{"min_distance":{"$ne":null}}},{"$project":{"min_distance":1,"faa":1}},{"$limit":3}]
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.