Ask HN: Static site generation from mySql?
Are there any widely used static site generators that connect natively to a DB to pull content into templates? I have a mysql db with structured content that I want to generate HTML from, and the usual suspects (staticgen.com) all expect content in text format.
2 comments
[ 2.9 ms ] story [ 14.5 ms ] threadMany people have recommended middleman[3]. While middleman is more flexible than other static site platforms, it still expects text files.
[1] https://gist.github.com/Eunoia/15ded6c0dc0d80cb5e0f [2] https://github.com/laurilehmijoki/s3_website [3] https://middlemanapp.com/
One of the challenges is that it's 7 million rows of data - each translating to one HTML page.