{"id":43142216,"url":"https://github.com/linkeddatacenter/sdaas-ce","last_synced_at":"2026-01-31T22:49:42.053Z","repository":{"id":49142279,"uuid":"147351300","full_name":"linkeddatacenter/sdaas-ce","owner":"linkeddatacenter","description":"A vanilla open source implementation of LinkedData.Center SDaaS platform","archived":false,"fork":false,"pushed_at":"2024-05-14T22:02:38.000Z","size":173,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-16T13:39:27.840Z","etag":null,"topics":["data-management-platform","data-science","rdf","semantic-web","smart-data"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linkeddatacenter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2018-09-04T13:33:10.000Z","updated_at":"2024-05-14T22:02:41.000Z","dependencies_parsed_at":"2024-01-30T18:52:26.610Z","dependency_job_id":"562d8242-85d6-4116-ae2f-98bc98ba0fb3","html_url":"https://github.com/linkeddatacenter/sdaas-ce","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/linkeddatacenter/sdaas-ce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkeddatacenter%2Fsdaas-ce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkeddatacenter%2Fsdaas-ce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkeddatacenter%2Fsdaas-ce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkeddatacenter%2Fsdaas-ce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkeddatacenter","download_url":"https://codeload.github.com/linkeddatacenter/sdaas-ce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkeddatacenter%2Fsdaas-ce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28958500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T22:20:19.638Z","status":"ssl_error","status_checked_at":"2026-01-31T22:18:07.061Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["data-management-platform","data-science","rdf","semantic-web","smart-data"],"created_at":"2026-01-31T22:49:39.788Z","updated_at":"2026-01-31T22:49:42.045Z","avatar_url":"https://github.com/linkeddatacenter.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](http://linkeddata.center/resources/v4/logo/Logo-colori-trasp_oriz-640x220.png)\n\n# Welcome to LinkedData.Center SDaaS Platform Community Edition (SDaaS-CE)\n\nA platform to build knowledge graphs.\n\nThis is the open source distribution of the [LinkeData.Center SDaaS™ product](https://en.linkeddata.center/p/sdaas).\n\n\n## 🚀 Quickstart\n\n```\ndocker compose up -d --build\ndocker compose exec cli sdaas bats tests/{unit,functional,system}\ndocker compose down\n```\n\n\n## Installation \u0026 usage\nSee the [documentation](https://linkeddata.center/sdaas) for more info.\n\n\n## Start test environment\n\n**setup a vpn and run a graph store:**\n\nTo run functional and system tests you will need the local instance of blazegraph running in the same network of SDaaS.\nBy default, test scripts expect blazegraph endpoint at http://kb:8080/sdaas. \n\n```\ndocker network create myvpn\ndocker run --network myvpn --name kb -d linkeddatacenter/sdaas-rdfstore\n```\n\n**build and run local image:**\n\n```\ndocker build -t linkeddatacenter/sdaas-ce .\ndocker run --rm -ti --network=myvpn -v \"${PWD}\":/workspace linkeddatacenter/sdaas-ce\n```\n\n**Unit tests:**\n\nIn order to run unit tests bats is used (see https://github.com/bats-core/bats-core ):\n\n```\nbats tests/unit/\n```\n\n**Functional tests:**\n\n\nFor functional tests, execute: \n\n```\nbats tests/functional\n```\n\n**System tests:**\n\nFor system tests, verify that the host can access the Internet then execute:\n\n```\nbats tests/system\n```\n\nTo free the docker resources:\n\n```\nexit\ndocker rm -f kb\ndocker network rm myvpn\n```\n\n\n\n## Push to docker hub\n\nTo push a new docker image to docker hub:\n```\n# docker login\n# docker buildx create --name multi-arch-builder\n\nNAME=\"linkeddatacenter/sdaas-ce\" MAJOR=\"4\" MINOR=\"2\" PATCH=\"1\"\ndocker buildx build --builder multi-arch-builder  --platform linux/arm64,linux/amd64 --build-arg MODE=prod --push -t $NAME:$MAJOR.$MINOR.$PATCH .\n```\n\nTo compile images with docker cloud network use `--builder cloud-linkeddatacenter-sdaas` ( create the driver with `docker buildx create --driver cloud linkeddatacenter/sdaas` )\n\n\n## Credits and license\n\nThe sdaas community edition platform is derived from [LinkedData.Center SDaas Product](https://en.linkeddata.center/p/sdaas) and licensed with MIT by LinkedData.Center.\n\nCopyright (C) 2018-2024 LinkedData.Center SRL\n - All Rights Reserved\nPermission to copy and modify is granted under the [MIT license](LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkeddatacenter%2Fsdaas-ce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkeddatacenter%2Fsdaas-ce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkeddatacenter%2Fsdaas-ce/lists"}