https://github.com/gssi/official-rasta-me
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: gssi
- License: apache-2.0
- Language: Java
- Default Branch: main
- Size: 9.77 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Rasta Metadata Enricher REST API
Installation Guide
This document gives the instructions to install the Rasta ME, i.e., the metadata enricher API
Local installation
System Requirements
The software requirements can be summarized as:
- Microsoft Windows, Mac OS X or Unix Operating Systems and derived are supported
- Latest OpenJDK 21 (or other Java distribution like Eclipse Adoptium https://adoptium.net/) is recommended.
- Latest Apache Maven installed.
Start Rasta ME API
To launch the Rasta ME API, run these maven commands that will start the application on the port 9090:
1. Open a terminal in the directory where you downloaded the source code and type the following command:
```
mvn clean compile
```
Open a terminal in the directory where you downloaded the source code and type the following command:
mvn spring-boot:run
Docker installation
System Requirements
Docker has to be installed to your machine
Start Rasta ME API application
To launch the Rasta ME API, run this docker command that will create a container containing the Rasta ME api on the port 9090:
1. Set the Open AI key within the file docker-compose.yaml, i.e., add the key to the spring.ai.openai.api-key properties
2. Open a terminal in the directory where you downloaded the source code and type the following command:
```
docker compose up
```
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: 2
- Create event: 2
Last Year
- Push event: 2
- Create event: 2
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Amleto Di Salle | a****e@g****t | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- maven 3.9.9-eclipse-temurin-21 build
- org.springframework.ai:spring-ai-openai-spring-boot-starter
- 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