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
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
Metadata Files
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)
- Website: http://cs.gssi.it
- Repositories: 36
- Profile: https://github.com/gssi
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
Top Committers
| Name | Commits | |
|---|---|---|
| Lorenzo Bettini | l****i@g****m | 15 |
| Amleto Di Salle | a****e@g****t | 9 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
Dependencies
- 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
- actions/checkout v4 composite
- actions/setup-java v4 composite
- actions/upload-artifact v4 composite