{"id":20950422,"url":"https://github.com/atomgraph/fuseki-docker","last_synced_at":"2026-03-14T05:31:43.380Z","repository":{"id":61172713,"uuid":"162914846","full_name":"AtomGraph/fuseki-docker","owner":"AtomGraph","description":"Docker image for Apache Jena's Fuseki SPARQL endpoint","archived":false,"fork":false,"pushed_at":"2025-01-14T15:57:23.000Z","size":18,"stargazers_count":13,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T12:11:16.187Z","etag":null,"topics":["docker-image","fuseki","graph-store","jena","rdf","sparql","triplestore"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/atomgraph/fuseki","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AtomGraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-23T18:30:00.000Z","updated_at":"2025-01-14T15:57:27.000Z","dependencies_parsed_at":"2023-01-20T07:31:45.408Z","dependency_job_id":null,"html_url":"https://github.com/AtomGraph/fuseki-docker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AtomGraph/fuseki-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Ffuseki-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Ffuseki-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Ffuseki-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Ffuseki-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtomGraph","download_url":"https://codeload.github.com/AtomGraph/fuseki-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Ffuseki-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267346521,"owners_count":24072631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-image","fuseki","graph-store","jena","rdf","sparql","triplestore"],"created_at":"2024-11-19T00:48:27.800Z","updated_at":"2026-03-14T05:31:43.337Z","avatar_url":"https://github.com/AtomGraph.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fuseki-docker\nDocker image for Apache Jena's [Fuseki](https://jena.apache.org/documentation/fuseki2/) (v2) triplestore server\n\n## Endpoints\n\nIn the following examples which use `/ds` as the dataset path, these main endpoints are available:\n\n* http://localhost:3030/ds/sparql for SPARQL Query\n* http://localhost:3030/ds/update for SPARQL Update\n* http://localhost:3030/ds/data for Graph Store (read-write)\n* http://localhost:3030/ds/get for Graph Store (read-only)\n\nThey can be redefined in [configuration](https://jena.apache.org/documentation/fuseki2/fuseki-configuration.html#defining-the-service-name-and-endpoints-available).\n\nPost 3030 has to be [mapped](https://docs.docker.com/engine/reference/commandline/run/#publish-or-expose-port--p---expose) to be able to access it on the Docker host.\n\n## Usage\n\nArguments after the image name (`atomgraph/fuseki`) become arguments to the [Fuseki server (no UI)](https://jena.apache.org/documentation/fuseki2/fuseki-main.html). As the name explains, this server version _does not include the user interface_.\n\n### Examples\n\nEmpty memory dataset:\n\n    docker run --rm -p 3030:3030 atomgraph/fuseki --mem /ds\n\nDataset from file `data.nt` (which is mounted as part of the current directory):\n\n    docker run --rm -p 3030:3030 -v $(pwd):/usr/share/data atomgraph/fuseki --file=/usr/share/data/data.nt /ds\n\nHelp (all run options explained):\n\n    docker run --rm atomgraph/fuseki --help\n\n## Profiling\n\nUse `Dockerfile.profiler` to build the image instead of the default `Dockerfile`.\n\nThen append the following settings to the `JAVA_OPTIONS` env variable:\n```\n-Dcom.sun.management.jmxremote=true \\\n-Djava.rmi.server.hostname=127.0.0.1 \\\n-Dcom.sun.management.jmxremote.host=0.0.0.0 \\\n-Dcom.sun.management.jmxremote.port=9991 \\\n-Dcom.sun.management.jmxremote.rmi.port=9991 \\\n-Dcom.sun.management.jmxremote.ssl=false \\\n-Dcom.sun.management.jmxremote.registry.ssl=false \\\n-Dcom.sun.management.jmxremote.authenticate=false \\\n-Djava.net.preferIPv4Stack=true\n```\nand use [VisualVM](https://visualvm.github.io/) to create a JMX connection to `127.0.0.1:9991`. Only tested with VisualVM running on Windows 10 and the remote Fuseki app running in a Docker container on WSL2.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomgraph%2Ffuseki-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomgraph%2Ffuseki-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomgraph%2Ffuseki-docker/lists"}