I want to keep track of url hit count daily in a db and was wondering what would be the best tool do so? I'm running nginx, django, and django rest framework.
edit: the main goal is not only to track a given url but the parameters passed in. I have an object building and an object person. People belong to a building. You pass in a building id (GET using url) and receive all the people for that building. I'm wanting to be able to see total url calls to buildings and get a count for each particular building.