{"id":20631212,"url":"https://github.com/solidlabresearch/solidlab-sdx-jdk","last_synced_at":"2026-04-17T23:05:27.869Z","repository":{"id":178679858,"uuid":"662180836","full_name":"SolidLabResearch/solidlab-sdx-jdk","owner":"SolidLabResearch","description":"Java version of the Solid Development eXperience","archived":false,"fork":false,"pushed_at":"2023-12-01T09:58:24.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T07:09:36.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/SolidLabResearch.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-04T14:25:17.000Z","updated_at":"2023-07-04T16:10:32.000Z","dependencies_parsed_at":"2023-10-11T22:20:39.273Z","dependency_job_id":"6ceed3ba-e451-447a-992e-7cea5003dcd7","html_url":"https://github.com/SolidLabResearch/solidlab-sdx-jdk","commit_stats":null,"previous_names":["solidlabresearch/solidlab-sdx-jdk"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2Fsolidlab-sdx-jdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2Fsolidlab-sdx-jdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2Fsolidlab-sdx-jdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2Fsolidlab-sdx-jdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolidLabResearch","download_url":"https://codeload.github.com/SolidLabResearch/solidlab-sdx-jdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242588427,"owners_count":20154203,"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","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":[],"created_at":"2024-11-16T14:11:34.057Z","updated_at":"2026-04-17T23:05:22.849Z","avatar_url":"https://github.com/SolidLabResearch.png","language":"Kotlin","readme":"# solidlab-sdx-jdk\nJava version of the Solid Development eXperience\n\n## Overview\nThis repo contains source code for the Java version of the SDX in the ```gradle-plugin```, ```commons``` and ```client-lib``` directories, as well as a demo app in the ```demo-app``` directory and a (limited) benchmark to evaluate performance in the ```benchmark``` directory.\n\n## How to run\nTo run the demo app, limited setup is necessary. \n\nFirst clone the repository to your local environment. \n\nRun the Gradle task ```sdxBuild``` to generate the GraphQL schema based on the configuration in the ```build.gradle.kts``` file of the demo app.\n\nTo run the demo app, you first have to launch a Solid Server with a pod. To do so, install docker and run ```docker compose up```  in the root directory of this project\nFinally, you can launch any of the programs in the main ```src``` folder of the demo app.\n\n## Gradle configuration\nTo configure the Gradle plugin, add a ```sdx``` block to your ```build.gradle```. The following configuration options are available:\n\n* ```catalogURL (Property\u003cString\u003e)```: URL of the catalog to be used to import shapes from.\n* ```importShapesFromURL (ListProperty\u003cString\u003e)```: Shorthand for importShapes: imports the Shapes from the specified URLs using the default options.\n* ```importShapesFromCatalog (ListProperty\u003cString\u003e)```: Shorthand for importShapes: imports the Shape packages with the specified catalog id using the default options.\n* ```packageName (Property\u003cString\u003e)```: Name of the package to use for the generated classes.\n* ```importShapes (ListProperty\u003cShapeImport\u003e)```: List of the Shape imports (see below)\n\n### ```ShapeImport```\nA list of ShapeImports should be provided for the Gradle plugin. These contain the configuration for the SHACL shapes that the Gradle Plugin will fetch and use to generate the GraphQL plugin. Each ```ShapeImport``` has the following options with listed defaults:\n\n\n* ```catalogId: String? = null```\nId of the shape package in the configured shape catalog\n* ```importUrl: String? = null```\nURL of the Shape package or file to import\n* ```exclude: Set\u003cString\u003e = emptySet()```\nSet of Shapes to ignore, identified by their URIs.\n* ```generateMutations: Boolean = true```\nDetermines if mutations should be generated for the Shapes\n* ```typePrefix: String = \"\"```\nAn optional prefix to add to types generated from the to be imported Shapes, can help to solve conflicts.\n* ```shapeFileName: String? = null```\nAn optional filename to use for the downloaded Shape import, can help to solve conflicts.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidlabresearch%2Fsolidlab-sdx-jdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidlabresearch%2Fsolidlab-sdx-jdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidlabresearch%2Fsolidlab-sdx-jdk/lists"}