https://github.com/gssi/official-rasta-me

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
Last synced: 5 months ago · JSON representation

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
Created about 1 year ago · Last pushed 12 months ago
Metadata Files
Readme License

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
```
  1. 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)

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

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Amleto Di Salle a****e@g****t 3
Committer Domains (Top 20 + Academic)
gssi.it: 1

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

Dockerfile docker
  • maven 3.9.9-eclipse-temurin-21 build
pom.xml maven
  • 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