https://github.com/dissco/dissco-data-exporter-backend
Manages the packaging and exporting of DiSSCO data to clients
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 (0.2%) to scientific vocabulary
Last synced: 4 months ago
·
JSON representation
Repository
Manages the packaging and exporting of DiSSCO data to clients
Basic Info
- Host: GitHub
- Owner: DiSSCo
- License: apache-2.0
- Language: Java
- Default Branch: main
- Size: 170 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 3
Created over 1 year ago
· Last pushed 8 months ago
Metadata Files
Readme
License
README.md
dissco-data-exporter
Manages the packaging and exporting of DiSSCo data to clients
Owner
- Name: DiSSCo
- Login: DiSSCo
- Kind: organization
- Email: info@dissco.eu
- Location: Europe
- Website: dissco.eu
- Twitter: disscoeu
- Repositories: 35
- Profile: https://github.com/DiSSCo
Distributed System of Scientific Collections - pan-European Research Infrastructure. Updates on DiSSCo and natural science collections
GitHub Events
Total
- Release event: 3
- Delete event: 19
- Issue comment event: 39
- Push event: 44
- Pull request review comment event: 17
- Pull request event: 53
- Pull request review event: 22
- Create event: 52
Last Year
- Release event: 3
- Delete event: 19
- Issue comment event: 39
- Push event: 44
- Pull request review comment event: 17
- Pull request event: 53
- Pull request review event: 22
- Create event: 52
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 9
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.56
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 9
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.56
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- southeo (24)
- samleeflang (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.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
- aquasecurity/trivy-action master composite
- docker/build-push-action v3 composite
- docker/login-action v1 composite
- docker/metadata-action v4 composite
.github/workflows/cache-trivy.yaml
actions
- actions/cache/save v4 composite
Dockerfile
docker
- eclipse-temurin 21-jdk-alpine build
pom.xml
maven
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
- com.zaxxer:HikariCP
- org.postgresql:postgresql ${postgresql.version}
- org.projectlombok:lombok
- org.springframework.boot:spring-boot-starter-actuator
- org.springframework.boot:spring-boot-starter-jooq
- org.springframework.boot:spring-boot-starter-oauth2-client
- org.springframework.boot:spring-boot-starter-oauth2-resource-server
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-validation
- org.springframework.boot:spring-boot-starter-web
- org.flywaydb:flyway-core test
- org.flywaydb:flyway-database-postgresql test
- org.junit.jupiter:junit-jupiter-api test
- org.junit.jupiter:junit-jupiter-engine test
- org.mockito:mockito-inline 5.2.0 test
- org.springframework.boot:spring-boot-starter-test test
- org.springframework.boot:spring-boot-testcontainers test
- org.springframework.kafka:spring-kafka-test test
- org.springframework.security:spring-security-test test
- org.testcontainers:junit-jupiter test
- org.testcontainers:kafka test
- org.testcontainers:postgresql test
- org.testcontainers:testcontainers test