I am working on a project to analyse very big field experiments in agriculture (thousands of trials, tens of thousands of plots) and plan to visualise them with all related information.
The methods I used before (e.g. C# asp core, R Shiny) depends on setting a web server. I give up this method now as the overhead to maintain a server in long term.
Now I think TW would be the best tool for my project for data visualisation. I could use R to generate the all static pages (tens of thousands). However, the generated single HTML file will be very huge.
My idea would be to store all data as JSON tiddlers or fields, then access through view template to visualise them as card, tables, and figures.
- Should I use JSON tiddlers or tiddler fields?
- Are any requirements about JSON data structures in TW for easier access?
- Should I only use wikitext or mix with javascript?
Thanks for any suggestions.