cessda.cmv.server
Web interface and REST API for the CESSDA Metadata Validator
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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.2%) to scientific vocabulary
Repository
Web interface and REST API for the CESSDA Metadata Validator
Basic Info
- Host: GitHub
- Owner: cessda
- License: apache-2.0
- Language: Java
- Default Branch: main
- Homepage: https://cmv.cessda.eu
- Size: 1.7 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
- Releases: 8
Metadata Files
README.md
cessda.cmv.server
Getting started as developer
Execute tests and run the application
```shell
Execute all tests locally with default config
mvn clean test
Run the app locally with default config and pre-populated database
mvn clean spring-boot:run
Browse to http://localhost:8080
Stop the app with Ctrl+C
```
Create and run service environment with docker-compose
```shell
Package Java jar file and build docker image with required settings
mvn -DskipTests clean package docker:build -Pdocker-compose
Create and start the environment in daemon mode (-d)
as specified in docker-compose.yml
docker-compose -f target/docker/context/docker-compose.yml up -d
Show all (-a) containers, service must be healthy to be available
docker ps -a
Check out with our browser: http://localhost:8080
Check out with our browser: http://localhost:8080/actuator
Stop the environment
All containers and the local network are stopped, but not deleted
docker-compose -f target/docker/context/docker-compose.yml stop
Start the existing environment
All containers and the local network are started
docker-compose -f target/docker/context/docker-compose.yml start
Open a shell within the running container as specified in docker-compose.yml
Exit the container shell again by Ctrl+C
docker exec -it $CONTAINERID /bin/sh
Checkout filesystem within container with 'ls -la'
Shutdown the environment
All containers and the local network are stopped and deleted
docker-compose -f target/docker/context/docker-compose.yml down ```
Contributing
Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
See Semantic Versioning for guidance.
Changes
You can find the list of changes made in each release in the CHANGELOG file.
License
See the LICENSE file.
Citing
See the CITATION file.
Owner
- Name: CESSDA
- Login: cessda
- Kind: organization
- Location: Norway
- Website: https://cessda.eu
- Twitter: cessda_data
- Repositories: 33
- Profile: https://github.com/cessda
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: CESSDA Metadata Validator - Server component
message: N/A
type: software
authors:
- given-names: Jeannine
family-names: Beeken
email: jeannine.beeken@essex.ac.uk
affiliation: UK Data Archive
- given-names: Darren
family-names: Bell
email: dbell@essex.ac.uk
affiliation: UK Data Archive
- given-names: Sharon
family-names: Bolton
email: sharonb@essex.ac.uk
affiliation: UK Data Archive
- given-names: Kerrin
family-names: Borschewski
email: kerrin.borschewski@gesis.org
affiliation: GESIS
- given-names: Taina
family-names: Jääskeläinen
email: taina.jaaskelainen@tuni.fi
affiliation: FSD
- given-names: Katja
family-names: Moilanen
email: katja.moilanen@tuni.fi
affiliation: FSD
- given-names: Matthew
family-names: Morris
email: matthew.morris@cessda.eu
affiliation: CESSDA ERIC
- given-names: Alexander
family-names: Mühlbauer
email: alexander.muehlbauer@gesis.org
affiliation: GESIS
- given-names: Wolfgang
family-names: Zenk-Möltgen
email: wolfgang.zenk-moeltgen@gesis.org
affiliation: GESIS
GitHub Events
Total
- Create event: 35
- Release event: 1
- Issues event: 6
- Delete event: 32
- Issue comment event: 12
- Push event: 52
- Pull request review comment event: 1
- Pull request review event: 33
- Pull request event: 61
Last Year
- Create event: 35
- Release event: 1
- Issues event: 6
- Delete event: 32
- Issue comment event: 12
- Push event: 52
- Pull request review comment event: 1
- Pull request review event: 33
- Pull request event: 61
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 6
- Total pull requests: 59
- Average time to close issues: 8 months
- Average time to close pull requests: 14 days
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.83
- Average comments per pull request: 0.25
- Merged pull requests: 36
- Bot issues: 0
- Bot pull requests: 47
Past Year
- Issues: 2
- Pull requests: 29
- Average time to close issues: 3 days
- Average time to close pull requests: 4 days
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.24
- Merged pull requests: 16
- Bot issues: 0
- Bot pull requests: 23
Top Authors
Issue Authors
- matthew-morris-cessda (5)
- cessda-bitbucket-importer (1)
Pull Request Authors
- dependabot[bot] (58)
- matthew-morris-cessda (11)
- Joshocan (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- com.vaadin:vaadin-bom 8.14.3 import
- com.fasterxml.jackson.module:jackson-module-jaxb-annotations
- com.github.vaadin4qbanos:jsclipboard 1.0.12
- com.vaadin:vaadin-sass-compiler 0.9.13
- com.vaadin:vaadin-spring-boot-starter
- com.vaadin:vaadin-themes
- com.wcs.wcslib:wcslib-vaadin-widget-multifileupload 4.0
- commons-validator:commons-validator 1.7
- eu.cessda.cmv:cmv-core 1.0.1-SNAPSHOT
- eu.cessda.cmv:cmv-documentation 1.0.1-SNAPSHOT
- org.springdoc:springdoc-openapi-ui 1.6.6
- org.springframework.boot:spring-boot-starter-actuator
- org.springframework.boot:spring-boot-starter-validation
- org.springframework.boot:spring-boot-starter-web
- org.vaadin:viritin 2.14.1
- org.zalando:problem-spring-web 0.27.0
- org.gesis.commons:commons-test 0.12.0 test
- org.springframework.boot:spring-boot-starter-test test
