Skip to content

Additional Information

Jon R. Humphrey edited this page Feb 26, 2025 · 2 revisions

Qonsole SPARQL Editor

The Qonsole editor is a version of the SPARQL qonsole that runs as a Rails engine.

Caution

The SPARQL endpoint on the PreProd instance of the HMLR application suite is not exposed to public access.

Therefore, as the editor doesn't use a backdoor, it still goes out as if to the public sparql endpoint so any queries run on that instance are expected to fail there.

CleanShot 2025-02-26 at 11 48 35

Dependent gems

Most of the local (i.e. Epimorphics) gems that this project depends on are served via GitHub Package Registry (GPR). Specifically, lr_common_styles and json-rails-logger.

However, qonsole-rails is not served via GPR at present, mostly because we are hoping to retire it in favour of a new implementation of Qonsole. Since qonsole-rails is a public repo, this dependency does not require us to lean on the old pattern of using an ssh key to serve private gems directly from a GitHub repo.

Accessing gems from GPR will require a personal access token (PAT). To store this locally, use make auth to set your GitHub Token using the PAT.

To create a PAT, see the Epimorphics wiki.

Issues

Please add issues to the shared issues list

Clone this wiki locally