I developed an application which can display all my data stored in a JSON file.
My program works perfectly with a small file (under 5MB). But as soon as I want to use a big file (50MB to 1GB), my browser does not want load the data.
I use D3.js library to read the JSON.
How can I read a big JSON file?
Should I use database like MySQL insted?