M
M
mat0thew2014-06-28 07:48:39
Laravel
mat0thew, 2014-06-28 07:48:39

Parsing API + Laravel + xmlpipe2 sphinx. How to implement?

Hello.
In general, I wondered how best to parse the API, for example, with HeadHunter and a number of others, for subsequent search through a remote Laravel script.
Who will advise what?
- parse all data in the database
- do not store anything in the database, but only check for the request

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Ivanov, 2014-07-09
@eastywest

If the data does not change every minute, then it is better to store them in the database and return them on request.
To update, run the Laravel command several times a day, or as many times as required for your case.

A
Alexander N++, 2014-07-28
@sanchezzzhak

Parse all data in the database, process it as it should.
Kronom update data
Sphinx you are not created for storage, but for search.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question