https://github.com/dissco/handle-manager

API that enforces DiSSCo requirements for handle records

https://github.com/dissco/handle-manager

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary
Last synced: 4 months ago · JSON representation

Repository

API that enforces DiSSCo requirements for handle records

Basic Info
  • Host: GitHub
  • Owner: DiSSCo
  • License: apache-2.0
  • Language: Java
  • Default Branch: main
  • Size: 62.5 MB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Created over 3 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

DiSSCo Handle Manager

API that enforces DiSSCo requirements for PID kernel records.

Four Types of PID records can be created: Handle records, DOI records, Digital Specimen records, and Botany Specimen records. Each subsequent record's attributes builds on the previous record Type, i.e. a Digital Specimen Record contains all attributes in a DOI record, which contains all attributes in a Handle record. More information regarding each Type's attributes can be found in the DiSSCo Data Model documentation (which is a living specification).

Interfacing with the Handle System

The API performs read/write/update operations on the Handle System via a PostgreSQL database. The database is configured within DiSSCo's Local Handle Server to automatically syncrhonize with the Handle System. For more information on the Handle System, see CNRI's Handle Technical Manual.

Handle Names

The prefix assigned to DiSSCo is 20.5000.1025/. Suffixes minted are 9 characters long, with dashes every 3 characters, [A-Z;0-9] excluding I (capital i) and O (capital o).

Example: 20.5000.1025/E3W-9A2-413.

Documentation

The API is documented with a Swagger endpoint.

This API adheres to JsonApi Standard where appropriate. Endpoints intended for internal use may divert from the standard. Updating and archiving endpoints return only the updated fields of the object, not the complete object. This is done to minimize the traffic load and time for the update of the handles.

Database Connection Properties

spring.datasource.url - JDBC URL of the database

spring.datasource.username - Username of the database user with sufficient rights

spring.datasource.password - Password for the User

Security Properties

spring.security.oauth2.resourceserver.jwt.issuer-uri - Resource server for keycloak

spring.security.oauth2.authorizationserver.endpoint.jwk-set-uri - Keycloak Token Endpoint

Application Properties

application.ui-url

application.api-url

application.orchestration-url

application.max-handles

Owner

  • Name: DiSSCo
  • Login: DiSSCo
  • Kind: organization
  • Email: info@dissco.eu
  • Location: Europe

Distributed System of Scientific Collections - pan-European Research Infrastructure. Updates on DiSSCo and natural science collections

GitHub Events

Total
  • Release event: 4
  • Delete event: 6
  • Issue comment event: 45
  • Push event: 54
  • Pull request event: 51
  • Pull request review event: 46
  • Pull request review comment event: 28
  • Create event: 49
Last Year
  • Release event: 4
  • Delete event: 6
  • Issue comment event: 45
  • Push event: 54
  • Pull request event: 51
  • Pull request review event: 46
  • Pull request review comment event: 28
  • Create event: 49

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 59
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.78
  • Merged pull requests: 44
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 33
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.67
  • Merged pull requests: 24
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • southeo (54)
  • samleeflang (5)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

pom.xml maven
  • com.google.code.gson:gson >compile
  • org.springframework.cloud:spring-cloud-dependencies 2021.0.3 import
  • org.projectlombok:lombok provided
  • com.fasterxml.jackson.core:jackson-databind
  • commons-codec:commons-codec
  • io.github.openfeign:feign-httpclient
  • io.github.openfeign:feign-okhttp
  • net.cnri:cnriutil 2.0
  • net.handle:handle 9.3.0
  • org.glassfish.jersey.bundles:jaxrs-ri
  • org.glassfish.jersey.core:jersey-server
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-webflux
  • org.springframework.cloud:spring-cloud-starter-bootstrap
  • org.springframework.cloud:spring-cloud-starter-config
  • org.springframework.cloud:spring-cloud-starter-openfeign
  • org.junit.jupiter:junit-jupiter-engine test
  • org.springframework.boot:spring-boot-starter-test test
.github/workflows/build.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • anothrNick/github-tag-action 1.36.0 composite
  • docker/build-push-action v3 composite
  • docker/login-action v1 composite
  • docker/metadata-action v4 composite
Dockerfile docker
  • eclipse-temurin 17-alpine build