- #1
aheight
- 321
- 109
Hi,
I've been working on a 3D rendering web application and am considering creating a database of JSON files. Currently I create a JSON file of data in Mathematica, then run Dropbox to load the JSON file into Dropbox and manually created the web link. I then have to manually add a url to my Javascript file to then access that file. I can envison perhaps a database with many files.
It would be nice if I could somehow completely automate this process. What if I just saved the JSON files to some off-line database that would then automatically update some sort of JSON "url" file. I could then read-in the url file with my Javascript app and then populate a menu with all the files without ever having to see or type-in a bunch of urls?
I'm new to web programming and was wondering how might someone with more experience than me implement such a process or do I have no choice other than manually type in the url's for each file?
Would a SQL database work in this case? Not familiar with SQL though but could learn.
Thanks,
I've been working on a 3D rendering web application and am considering creating a database of JSON files. Currently I create a JSON file of data in Mathematica, then run Dropbox to load the JSON file into Dropbox and manually created the web link. I then have to manually add a url to my Javascript file to then access that file. I can envison perhaps a database with many files.
It would be nice if I could somehow completely automate this process. What if I just saved the JSON files to some off-line database that would then automatically update some sort of JSON "url" file. I could then read-in the url file with my Javascript app and then populate a menu with all the files without ever having to see or type-in a bunch of urls?
I'm new to web programming and was wondering how might someone with more experience than me implement such a process or do I have no choice other than manually type in the url's for each file?
Would a SQL database work in this case? Not familiar with SQL though but could learn.
Thanks,
Last edited: