{"id":23122695,"url":"https://github.com/folio-org/mod-kb-ebsco-java","last_synced_at":"2026-04-16T08:03:24.997Z","repository":{"id":37849653,"uuid":"151560298","full_name":"folio-org/mod-kb-ebsco-java","owner":"folio-org","description":"Broker communication with the EBSCO knowledge base (Java)","archived":false,"fork":false,"pushed_at":"2025-06-25T11:56:57.000Z","size":3836,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-06-25T12:35:44.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/folio-org.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-04T11:20:44.000Z","updated_at":"2025-06-25T11:54:54.000Z","dependencies_parsed_at":"2024-04-08T09:35:13.332Z","dependency_job_id":"0700e252-ba06-4f83-bc8e-fcffcb8bd670","html_url":"https://github.com/folio-org/mod-kb-ebsco-java","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/folio-org/mod-kb-ebsco-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fmod-kb-ebsco-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fmod-kb-ebsco-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fmod-kb-ebsco-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fmod-kb-ebsco-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/folio-org","download_url":"https://codeload.github.com/folio-org/mod-kb-ebsco-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fmod-kb-ebsco-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270798889,"owners_count":24648046,"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-08-17T02:00:09.016Z","response_time":129,"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":"2024-12-17T07:29:51.784Z","updated_at":"2026-04-16T08:03:24.989Z","avatar_url":"https://github.com/folio-org.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mod-kb-ebsco-java\n\n[![FOLIO](https://img.shields.io/badge/FOLIO-Module-green)](https://www.folio.org/)\n[![Release Version](https://img.shields.io/github/v/release/folio-org/mod-kb-ebsco-java?sort=semver\u0026label=Latest%20Release)](https://github.com/folio-org/mod-kb-ebsco-java/releases)\n[![Java Version](https://img.shields.io/badge/Java-21-blue)](https://openjdk.org/projects/jdk/21/)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=org.folio%3Amod-kb-ebsco-java\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=org.folio%3Amod-kb-ebsco-java)\n\nCopyright © 2018–2025 The Open Library Foundation\n\nThis software is distributed under the terms of the Apache License, Version 2.0. See the file \"[LICENSE](LICENSE)\" for more information.\n\n\u003c!-- TOC --\u003e\n* [mod-kb-ebsco-java](#mod-kb-ebsco-java)\n  * [Introduction](#introduction)\n  * [Overview](#overview)\n  * [Getting Started](#getting-started)\n    * [Prerequisites](#prerequisites)\n    * [Building the Module](#building-the-module)\n    * [Docker](#docker)\n    * [Running the Module](#running-the-module)\n  * [Additional Information](#additional-information)\n    * [Issue tracker](#issue-tracker)\n    * [Contributing](#contributing)\n\u003c!-- TOC --\u003e\n\n## Introduction\n\nA FOLIO module for managing EBSCO knowledge base resources. This module provides broker communication with \nthe EBSCO knowledge base, enabling management of electronic resources, providers, packages, and titles.\n\n## Overview\n\nThe `mod-kb-ebsco-java` module serves as the integration layer between FOLIO and \nthe EBSCO HoldingsIQ knowledge base service, providing APIs for managing electronic resources and holdings data.\n\n## Getting Started\n\n### Prerequisites\n\n- Java 21 or higher\n- Maven 3.6 or higher\n- Docker (optional, for containerized deployment)\n\n### Building the Module\n\nCompile and build the module using Maven:\n\n```shell\nmvn clean install\n```\n\nSee that it says \"BUILD SUCCESS\" near the end.\n\n### Docker\n\nBuild the Docker container:\n\n```shell\ndocker build -t mod-kb-ebsco-java .\n```\n\nTest that it runs:\n\n```shell\ndocker run -t -i -p 8081:8081 mod-kb-ebsco-java\n```\n\n### Running the Module\n\nThe module can be deployed as part of a FOLIO instance. For detailed deployment instructions, refer to the [FOLIO deployment documentation](https://dev.folio.org/guides/automation/).\n\n## Additional Information\n\n**Related modules:**\n- [folio-holdingsiq-client](https://github.com/folio-org/folio-holdingsiq-client) - HoldingsIQ API client library\n- [ui-eholdings](https://github.com/folio-org/ui-eholdings) - User interface for managing e-holdings\n\nFor more FOLIO developer documentation, visit [dev.folio.org](https://dev.folio.org/)\n\n### Issue tracker\n\nSee project [MODKBEKBJ](https://issues.folio.org/browse/MODKBEKBJ)\nat the [FOLIO issue tracker](https://dev.folio.org/guidelines/issue-tracker/).\n\n### Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolio-org%2Fmod-kb-ebsco-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffolio-org%2Fmod-kb-ebsco-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolio-org%2Fmod-kb-ebsco-java/lists"}