Hi Tim I'd encourage you to give TW a try. It may only get within a couple of orders of magnitude of your scalability goals, but it should be instructive getting it working, and might help us figure out some useful improvements.
As mario suggested, the easiest way to get started is to use tiddlywiki.com/empty.html to create one or two tiddlers and then save the wiki. When you open it in a text editor you should be able to locate where your tiddler is stored. You can then use some simple string processing splice your tiddlers into the file. Here's an example of how tiddlers are stored: <div created="20130909151600000" modified="20140226202356584" tags="mytag anothertag [[and one more tag]]" title="TheTitleOfThisTiddler" type="text/vnd.tiddlywiki"> <pre>*> This is the text of the tiddler - note that it is HTML encoded </pre> </div> Best wishes Jeremy On Tue, Mar 4, 2014 at 6:40 PM, PMario <[email protected]> wrote: > On Tuesday, March 4, 2014 4:33:20 PM UTC+1, Timothy Groves wrote: >> >> Unfortunately, information from the top down to the county level must >> exist in order to generate information below the county level...neighbours >> must be known, Voronoi diagrams created, Dijkstra's Algorithm run, and such. >> > > Then this may be interesting: > https://www.arangodb.org/2014/02/28/arangodb-1-4-11 > -m > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

