Develop a solution to help the San Francisco team find food trucks near their location and based on their preferred food. The solution should return at least the closest food trucks options based on latitude, longitude, and preferred food.
- The solution should accept input for latitude, longitude, amount of results, and preferred food.
- The solution should return a configurable amount of food truck options near the given location and based on the preferred food ordered by distance.
- The food truck data should be sourced from the San Francisco's open dataset.
- The solution should be implemented using ASP.NET Core. However an alternative can be used if required.
- Database technology is open to choose, but it is not required for this POC.
- San Francisco's food truck open dataset: dataset_link
- CSV dump of the latest data: csv_dump_link
- A copy of the CSV data is also included in this repository.
- The solution should be read-only and not require any updates.