Saturday, 28 September 2013

How to show JSON big file in a web

How to show JSON big file in a web

Hi I have a JSON File updating every two minutes.
I need to insert in a mysql BBDD. Now, I have a solution, I have a vb.NET
application running in a server which read the JSON and convert it to XML,
then I insert the XMLDocument in the BBDD. Then I can show the data in my
web and filter in a easy way.
The solution is running but is really poor in perfomance, the JSON file is
very big. what could be a better solution?

No comments:

Post a Comment