uoa-repository-manager-service/README.md

2.9 KiB

OpenAIRE Provide - backend service

Introduction

OpenAIRE PROVIDE is the content gateway service of OpenAIRE, where data providers are invited to connect scholarly content with OpenAIRE. OpenAIRE PROVIDE allows repositories, data archives, journals, aggregators, CRIS systems, to enter the OpenAIRE and European Open Science (EOSC) ecosystem and be accessible by millions of researchers, research institutes and networks, research funders, policy makers and citizens. OpenAIRE PROVIDE lowers any technological barriers, by supporting a series of integrations, therefore, enabling its users to visually access OpenAIRE's services that are responsible for the data harvesting process. There are four distinctive steps from the initial express of interest for OpenAIRE PROVIDE to the actual content availability on OpenAIRE and EOSC. The steps indicate the important subservices of OpenAIRE that perform the following functionalities: Validation of data sources with the OpenAIRE guidelines (via the OpenAIRE Validator) Registration of data sources to OpenAIRE and global interlinked networks provides links to content for text and data mining, view history of validations, status of harvesting Enrichment of metadata information that describes the data sources to be available through OpenAIRE. Subscribe and view/receive notifications to enrich the metadata or the content of the data source (via the OpenAIRE Broker) View usage statistics of Open research impact by subscribing to the OpenAIRE UsageCounts service; view aggregated, cleaned usage stats for repository access and broaden your mechanisms for impact assessment.

Architecture

[...]

Bulding

  • Run git clone and then cd uoa-repository-manager-service.
  • Build the app with: mvn clean install

Configuration

  • create application.yaml by adjusting the following properties:

[copy and edit application.yaml from production/beta]

Deployment

  • install postgres
  • Run the app with: java -jar ./target/uoa-repository-manager-service.jar --spring.config.location=application.yaml

misc

Install and run:

  • Run git clone and then cd uoa-repository-manager-service.
  • Provide all not-set or redacted configurations, inside the src/main/resources/application.yml file.
  • Build the app with: mvn clean install
  • Run the app with: java -jar ./target/uoa-repository-manager-service.jar

Notes for Swagger-UI: