You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Snowman is a static site generator its RDF/SPARQL core is a query and a template engine. At the same time many developers who interested in Snowman operate projects at a scale in which it might be unwanted to relay entirely on static assets. We should therefore expose the template and query engines as public Go modules so that one can reuse these in traditional Go based backends.
An alternative would be to split the template engine and query engine from Snowman project entirely and leave Snowman to use them as dependencies.
The text was updated successfully, but these errors were encountered:
While Snowman is a static site generator its RDF/SPARQL core is a query and a template engine. At the same time many developers who interested in Snowman operate projects at a scale in which it might be unwanted to relay entirely on static assets. We should therefore expose the template and query engines as public Go modules so that one can reuse these in traditional Go based backends.
An alternative would be to split the template engine and query engine from Snowman project entirely and leave Snowman to use them as dependencies.
The text was updated successfully, but these errors were encountered: