https://github.com/gssi/edelta-migrationservice

https://github.com/gssi/edelta-migrationservice

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: gssi
  • License: apache-2.0
  • Language: Java
  • Default Branch: main
  • Size: 43.9 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 8 months ago
Metadata Files
Readme License

README.md

Edelta Migration Service

A rest API to migrate models using Edelta framework

Build from Source

The software requirements can be summarized as: * Latest OpenJDK 17 (or other Java distribution like Eclipse Adoptium) is recommended. * Latest Apache Maven installed.

Get the Source Code

git clone https://github.com/gssi/edelta-migrationservice.git cd edelta-migrationservice

Build and run from the Command Line

Modify the migration:modelfolder property within the src/main/resources/config/application-dev.yml. The property is used to define the folder where the REST service stores the input models to be migrated and migrated ones.

To compile, test, build the jar, and then run the generated jar use:

cd edelta-migrationservice mvn clean package cd target java -jar edelta-migrationservice.jar

Owner

  • Name: Gran Sasso Science Institute
  • Login: gssi
  • Kind: organization
  • Location: L'Aquila (Italy)

International PhD school and a Center for advanced studies in physics, mathematics, computer science and social sciences.

GitHub Events

Total
  • Push event: 10
  • Pull request review event: 1
  • Pull request event: 5
  • Fork event: 1
  • Create event: 2
Last Year
  • Push event: 10
  • Pull request review event: 1
  • Pull request event: 5
  • Fork event: 1
  • Create event: 2

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 24
  • Total Committers: 2
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.375
Past Year
  • Commits: 24
  • Committers: 2
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.375
Top Committers
Name Email Commits
Lorenzo Bettini l****i@g****m 15
Amleto Di Salle a****e@g****t 9
Committer Domains (Top 20 + Academic)
gssi.it: 1

Issues and Pull Requests

Last synced: 7 months ago


Dependencies

pom.xml maven
  • edelta.example.migration.personlist:edelta.example.migration.personlist 1.0.0-SNAPSHOT
  • edelta.example.migration.personlist:edelta.example.migration.personlist.migrator 1.0.0-SNAPSHOT
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.8
  • org.springframework.boot:spring-boot-configuration-processor
  • org.springframework.boot:spring-boot-devtools
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-test test
.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
  • actions/upload-artifact v4 composite