GPS Tracker

In this project, we will explore the geospatial capabilities of Cosmos DB.

We need to write a tool to store the locations of different cars, useful to a car renting company.

We’ll write a CLI that accepts three commands:

  • Add a new location of a car
  • Get the last location of a car
  • Get the distance between a car and a given point.

The CLI logic is already done. We’ll just need to implement the commands themselves, interact with Cosmos DB, and provide feedback to users.