{"id":26190055,"url":"https://github.com/zazuko/fuseki-geosparql","last_synced_at":"2026-03-17T08:01:16.827Z","repository":{"id":74817984,"uuid":"374615006","full_name":"zazuko/fuseki-geosparql","owner":"zazuko","description":"Non-official Fuseki Docker image with GeoSPARQL support","archived":false,"fork":false,"pushed_at":"2026-03-10T11:28:35.000Z","size":360,"stargazers_count":12,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-10T18:32:50.678Z","etag":null,"topics":["docker","docker-image","fuseki","geosparql","triplestore"],"latest_commit_sha":null,"homepage":"","language":"Hurl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zazuko.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-07T09:51:50.000Z","updated_at":"2026-03-10T11:28:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"64dbb64f-6542-4d69-acab-d0a3b27354f0","html_url":"https://github.com/zazuko/fuseki-geosparql","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/zazuko/fuseki-geosparql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Ffuseki-geosparql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Ffuseki-geosparql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Ffuseki-geosparql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Ffuseki-geosparql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zazuko","download_url":"https://codeload.github.com/zazuko/fuseki-geosparql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Ffuseki-geosparql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30618042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T04:46:40.957Z","status":"ssl_error","status_checked_at":"2026-03-17T04:46:32.538Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","fuseki","geosparql","triplestore"],"created_at":"2025-03-12T00:52:21.249Z","updated_at":"2026-03-17T08:01:16.816Z","avatar_url":"https://github.com/zazuko.png","language":"Hurl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fuseki with GeoSPARQL support\n\n## Docker image\n\nThis Docker image is configured to have GeoSPARQL support.\n\nYou can run the Docker image using:\n\n```sh\ndocker run --rm -p3030:3030 -it ghcr.io/zazuko/fuseki-geosparql\n```\n\nIt is listening on the 3030 port, so you should be able to access the web interface using: http://localhost:3030.\n\n## Configuration\n\nIt is possible to use the following environment variables for configuration:\n\n- `ADMIN_PASSWORD` (default: `admin`), the password for the admin user\n- `JAVA_OPTS` (default: `-Xmx2048m -Xms2048m`), allocate more resources by changing this values\n- `DISABLE_OTEL` (default: `false`), disable OpenTelemetry support by setting this value to `true`\n\nFeel free to edit the `config/config.ttl` file before building this image.\nFor information, this file will be mounted at the following path in the container: `/fuseki/config.ttl`.\n\n## Routes\n\nHere are some default routes, publicly available:\n\n- `/$/stats`: get request statistics for all datasets\n- `/$/server`: get Fuseki's status\n- `/$/ping`: health check endpoint\n- `/$/metrics`: some Prometheus metrics\n\nAll other routes that have are prefixed with `/$/` needs basic authentication:\n\n- username: `admin`\n- password: value of the `ADMIN_PASSWORD` environment variable\n\nSome routes that are known to be used for write permissions are also protected; there are the ones ending with:\n\n- `/data`\n- `/upload`\n- `/update`\n\nAll other routes are publicly available.\n\nIf you want to change this behavior, you will need to change the `config/shiro.ini` file.\nIt will be mounted at this location: `/opt/fuseki/shiro.ini`.\nWhen the container is starting, the value for `ADMIN_PASSWORD` will be set, and the final file would be created at `/fuseki/shiro.ini`.\n\n## Dataset\n\nA dataset `ds` is already configured in the `config/config.ttl` file.\nThis file is mounted at `/fuseki/configuration/config.ttl` in the container.\nIt's a read-only dataset, with union graph and GeoSPARQL enabled.\nFeel free to update this file for your needs.\n\nThis dataset is stored at `/fuseki/databases/ds`.\nIf you want to persist this dataset, you can mount `/fuseki/databases/` as a volume.\n\nIf your dataset is huge, you may be interested in generating the spatial index file before starting the Fuseki instance.\nYou can have a look at this tool: https://github.com/zazuko/spatial-indexer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzazuko%2Ffuseki-geosparql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzazuko%2Ffuseki-geosparql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzazuko%2Ffuseki-geosparql/lists"}