{"id":39497274,"url":"https://github.com/clarin-eric/fcs-endpoint-tester","last_synced_at":"2026-01-18T05:44:00.405Z","repository":{"id":144999035,"uuid":"513114233","full_name":"clarin-eric/fcs-endpoint-tester","owner":"clarin-eric","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-03T15:53:27.000Z","size":168,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-09-10T03:14:52.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clarin-eric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-12T11:26:12.000Z","updated_at":"2022-07-12T15:12:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"53f2c774-7f9a-41cc-8087-35e2a0d4f3e9","html_url":"https://github.com/clarin-eric/fcs-endpoint-tester","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/clarin-eric/fcs-endpoint-tester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Ffcs-endpoint-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Ffcs-endpoint-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Ffcs-endpoint-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Ffcs-endpoint-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clarin-eric","download_url":"https://codeload.github.com/clarin-eric/fcs-endpoint-tester/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Ffcs-endpoint-tester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":[],"created_at":"2026-01-18T05:43:28.323Z","updated_at":"2026-01-18T05:44:00.397Z","avatar_url":"https://github.com/clarin-eric.png","language":"Java","funding_links":[],"categories":["Reference Implementations for SRU / FCS"],"sub_categories":[],"readme":"# FCS Endpoint Tester\n\nThe **SRU**/**CQL**/**FCS** Conformance Tester.\n\nThis webapp allows to test compliance of an endpoint with the CLARIN FCS specification. See details at [CLARIN FCS: Technical Details](https://www.clarin.eu/content/federated-content-search-clarin-fcs-technical-details).\n\n## Requirements\n\n- Java 8 (required to build Vaadin webapp)\n\n## Building\n\n### Build and install SRU/FCS dependencies\n\n```bash\ngit clone git@github.com:clarin-eric/fcs-sru-client.git\ncd fcs-sru-client\nmvn install\n```\n```bash\ngit clone git@github.com:clarin-eric/fcs-simple-client.git\ncd fcs-simple-client\nmvn install\n```\n\n### Build endpoint tester\n\n* Requires Java 8\n\n```bash\nmvn clean package\n```\n\n## Running\n\n### Jetty\n\n```bash\nJETTY_VERSION=\"9.4.51.v20230217\"\n\n# download latest jetty release\nwget https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${JETTY_VERSION}/jetty-distribution-${JETTY_VERSION}.zip\nunzip jetty-distribution-${JETTY_VERSION}.zip\nrm jetty-distribution-${JETTY_VERSION}.zip\n\ncd jetty-distribution-${JETTY_VERSION}/\n\n# (optional)\njava -jar start.jar --add-to-start=http,deploy\n\n# link / add webapp war file\ncd webapps/\ncp ../../target/FCSEndpointTester-X.Y.Z-SNAPSHOT.war ROOT.war\ncd ..\n\n# run\njava -jar start.jar\n```\n\nVisit http://localhost:8080/.\n\n### Docker\n\nBuild the docker image:\n\n```bash\n# add --progress=plain to see build output\ndocker build -t fcs-endpoint-tester .\n```\n\nRun container and map local port 8080 to container port 8080. The application will be at http://localhost:8080/.\n\n```bash\ndocker run --rm -it -p 8080:8080 fcs-endpoint-tester\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarin-eric%2Ffcs-endpoint-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclarin-eric%2Ffcs-endpoint-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarin-eric%2Ffcs-endpoint-tester/lists"}