What I want to do is to update the records of a database based on the replies of some JSON requests, let's say once an hour or once a day. A way I can think of is to make a C++ or Python program that runs on the server, gets the data and updates the database.
Is there an another or smarter way to run a server side service like that and easier to deploy? (in a web hosting service for example) A more suitable language or framework?
Thanks in advance.
