Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

CSCfi/aoe-data-services

Repository files navigation

⚠️ Project Moved ⚠️

AOE project has been moved to a new location!

The repository is no longer maintained here.
Find the latest updates and contributions at:

👉 Opetushallitus/aoe 👈

Service Component links in GitHub (mirrored)

AOE Data Services

OAI-PMH Provider

  • Module: oaipmh-provider
  • Running on ports: 8001 (prod), 8002 (test)
  • Java version: OpenJDK 17
  • Spring Boot version: 3.2.4
  • Build with Docker image: maven:3.8.5-openjdk-17-slim
  • Run with Docker image: openjdk:17-slim

Description

Integration service for metadata harvesting from external systems. Service interface implements OAI-PMH protocol.

Management

Build and run the test instance

$ sudo docker-compose -f docker-compose.test.yml build
$ sudo docker-compose -f docker-compose.test.yml up

Build and run the production instance

$ sudo docker-compose -f docker-compose.prod.yml build
$ sudo docker-compose -f docker-compose.prod.yml up