Click here to Skip to main content
15,888,069 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Today, I'm using SQL server and C# to retrieve API data (public sector) from Internet.

I'm doing it manually by pressing a button and the data will saved in my computer. Everything take place in my client computer and I do not have a production phase.

I'm interested in retrieving and saving the API data from internet and it should be done once per day.

I want everything to take place on Internet, not in my client computer. This phase will be considered as a production phase.

Everything should be done automatically with low maintenance. I was thinking about cloud, dropbox, webhotel etc.

Do you any solution in this context.

Is it possible to retrieve the data and to be saved that everything should take place inside of a webhotel or cloud?

Of course, open source technologi is also welcome.

Thanks!
Posted
Comments
Duncan Edwards Jones 4-Jun-15 5:43am    
This looks like a scenario for Azure Webjobs - see https://azure.microsoft.com/en-us/documentation/articles/web-sites-create-web-jobs/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900