我使用程序该如何记录用户的上网习惯、喜好,使用哪种Nosql做数据存储并做日志分析?希望神们给一个思路
If you are doing Nginx log analysis, you can use itLogstash+ElasticSearch+Kibana.
Logstash
ElasticSearch
Kibana
NoSQL seems to have an advantage over log files in doing this type of data analysis. However, if you plan to use NoSQL, you can use MongoDB.
If you are doing Nginx log analysis, you can use it
Logstash
+ElasticSearch
+Kibana
.NoSQL seems to have an advantage over log files in doing this type of data analysis. However, if you plan to use NoSQL, you can use MongoDB.