How should I use the program to record users’ internet habits and preferences, and which Nosql to use for data storage and log analysis? I hope the gods can give us a thought.
If you are doing log analysis of Nginx, you can use
Logstash
+ElasticSearch
+Kibana
.NoSQL seems to have no advantage over log files in this type of data analysis. However, if you plan to use NoSQL, you can use MongoDB.