L
L
LightAir2015-11-16 21:34:32
PHP
LightAir, 2015-11-16 21:34:32

What is the best way to process raw data?

There is a server that receives "raw" data, a lot of "raw" data, they are immediately partially processed, in general, back. And the second server under front. It is necessary to process this data and give it to the user. What is the best way to implement this?
There is an idea to set up master<->master replication and prepare reports at the front. By crown? Triggers? How correct will it be?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Mirilaczvili, 2015-11-17
@2ord

In general, you should use a queue server instead of cron to service pending requests.
I advise you to view the slides How Badoo moderates 1 billion photos a year

V
Viktor, 2015-11-17
@master2016

It largely depends on the data format and the meaning of the word "raw".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question