My overall goal would be to take data that I get from MS SQL server, and I would like for the data to export, real time, onto a JSON format so that the data can be integrated to the AM Charts Dataloader that would then appear in the front end as a line graph that would constantly keep trending as new information comes into the SQL Server.
I plan on having real-time information being forwarded from MS SQL server to the Front End Web Page. So basically, how would I convert data to JSON, and how would I make it so that the information is updated in real time as the server receives new information?
I'm using Visual Studio to load the SQL Server data and from there I want to integrate the JSON Data to the website. So far I have nothing other than the SQL Server connected to Visual Studio 2013.