Conversation
Make the Fuseki Server Protocol page visible from the Fuseki 2 landing page
| - [As a Docker container](fuseki-main#fuseki-docker) | ||
| - [As an embedded SPARQL server](fuseki-embedded.html) | ||
| - [Security and data access control](fuseki-data-access-control.html) | ||
| - [Fuseki Server Protocol (REST API)](fuseki-server-protocol.html) |
There was a problem hiding this comment.
This only applies to fuseki-webapp but putting it here implies it applies to both forms.
See 1d3953a - it has been incomplete for a long while and is replaced by the both-server fuseki-server-info.html
It was:
[Server Admin Protocol](fuseki-server-protocol.html)
It may not be the way to have admin for fuseki-main, and quite possibly that would only have some of the functionality. To create space for Fuseki to evolve, at least only put in the fuseki-webapp section.
There was a problem hiding this comment.
TBH I struggle to understand the relationship between the many Fuseki modules these days, do we have any documentation that actually explains that because even as someone relatively familiar with the code base I find this confusing
There was a problem hiding this comment.
The pages were reorged 2 months ago - there is a page for Fuseki/webapp and a page for Fuseki/main, which includes docker, and for Fuseki+GeoSPARQL.
There are traditional ways to run services and modern ones, not that we see many instances of multiple webapps in a single Tomcat installation these days.
The many modules are a maven effect and, yes, there are quite a few of them. Each module does one step, so while one or two steps could be combined into one module, by the time we have core code, webapp, command line, different packagings, it all mounts up. Might be slightly easier in gradle but we get the release process from Apache parent POM.
I can add a page for the module dependencies if that helps.
|
Per discussion closed as the link belongs elsewhere |
Make the Fuseki Server Protocol page visible from the Fuseki 2 landing page