How should we implement the PV every day? For example, the information for each click: Click coordinates, click the user's IP address, and other information can be detected in real time in the website background, without delay; how to archive the huge data generated every day? Can I use redis for implementation? How should we achieve it? The Daily PV is about 10 million;
For example, the information of each click: Click coordinates, click the user's IP address, and other information on the website background must be detected in real time without delay;
How to archive the huge data generated every day?
Can I use redis for implementation?
Reply content:
How should we achieve it? The Daily PV is about 10 million;
For example, the information of each click: Click coordinates, click the user's IP address, and other information on the website background must be detected in real time without delay;
How to archive the huge data generated every day?
Can I use redis for implementation?
It is difficult to implement the detection. Try mongodb.
It is not difficult to achieve monitoring information, but it is difficult to process and store such a large volume of traffic.
I am thinking about how to solve Node. js and MongoDB. Then I can see that the labels are PHP and MySQL. Let's take a look.
Let's take a look at it ~