Hello,
I'm developing a web application which uses a json feed from a website to build the database (>500 000 rows). I'll need to first create the database and insert the data, which take a few hours at most, then every hour, the server should get the new json feed and update the database. I made providers for the database import and the update, it works but it's hacky. The update provider will be called hourly using Laravel schedule.
Could you please tell me what you think I should do ?
I can go more in depth if needed,
Thank you
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community