Every time someone hits an API route I want to store that information in database, connected with req. IP. Afther I would like to find some association rules based on similar searches. Should I store some information in cookies or to use local dartabase?
Example on some hotels site: I want to store info that i got a lot of request for cheap hotels in some specific area.
Thnaks.