i have more than 25,000 headwords for d3...that is almost 25,000 set of json..i want to save datas into mysql database and retrieve in json format which i will use in d3..
i dont know how should i store the nested json data into mysql to access it...it will be better if datas in a single table...but no idea,how to use the table for nested json values..
i just used here a sample nested json...how should i store the data in mysql to access it
Okay... but your question is ambiguous. Do you have a database design already set up to contain that data, and you're bogged down in figuring out how to output the data to that database? Or are you confused about how to design a database to contain that data?
when i use jsp to retrieve the data from the table and display in the json format ..IT gives me the output
@Swastik suggest me to do this with SERVLET..i am new to servlet,so felt difficult to use servlet..thats why i tried to modify the table ,to see whether i get my required json format or not
Does it really need to be broken down? Will you be joining on the columns? Or do you just need to store and retrieve the text? Why not just store it as a text blob?