{"id":31660410,"url":"https://github.com/grycap/oscar-hub","last_synced_at":"2026-02-16T16:02:40.605Z","repository":{"id":307626674,"uuid":"990170467","full_name":"grycap/oscar-hub","owner":"grycap","description":"Curated OSCAR services definitions (based on RO-CRATE)","archived":false,"fork":false,"pushed_at":"2026-01-26T08:24:34.000Z","size":6283,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-12T07:03:47.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.oscar.grycap.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grycap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-25T16:38:39.000Z","updated_at":"2026-01-26T08:24:38.000Z","dependencies_parsed_at":"2025-10-21T11:26:45.192Z","dependency_job_id":"c2a71105-763f-49f8-9881-14f4b63cc381","html_url":"https://github.com/grycap/oscar-hub","commit_stats":null,"previous_names":["grycap/oscar-hub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grycap/oscar-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Foscar-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Foscar-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Foscar-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Foscar-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grycap","download_url":"https://codeload.github.com/grycap/oscar-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Foscar-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29512243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-07T17:06:40.581Z","updated_at":"2026-02-16T16:02:40.600Z","avatar_url":"https://github.com/grycap.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 OSCAR Hub\n\nWelcome to **OSCAR Hub**, a repository of ready-to-deploy services for the [OSCAR](https://github.com/grycap/oscar) platform. Each service is defined using the [**RO-Crate**](https://www.researchobject.org/ro-crate/) standard, including structured metadata, deployment scripts, and FDL definitions.\n\n---\n\n## 🚀 What's in this repository?\n\n- 📂 Inside the `crates`folder, a collection of directories, each representing a deployable OSCAR service.\n- 📄 Inside each directory:\n  - `ro-crate-metadata.json`: Service description using the RO-Crate format.\n  - `fdl.yml`: Service definition using the [Functions Definition Language (FDL)](https://docs.oscar.grycap.net/fdl/).\n  - `script.sh`: Script to be executed upon service invocation.\n---\n\n\n\n## 📦 Adding a New Service\n\n1. Create a new directory named after your service.\n2. Copy the contents of `crates/template` into the new directory and adjust the placeholders.\n3. Ensure the directory includes:\n   - `ro-crate-metadata.json`\n   - `fdl.yml`\n   - `script.sh`\n4. Validate your RO-Crate before submitting a pull request.\n---\n\n\n## 🧰 Metadata validation\n\nTo validate the services defined via RO-Crate:\n\n```bash\npip install roc-validator\n```\n\nThen run:\n\n```bash\nrocrate-validator validate -p ro-crate-1.1 --verbose --no-paging ./\u003cservice\u003e\n```\nA GitHub action has been configured to automatically validate new entries submitted via PRs.\n\n---\n\n## 🏗️ Local development\n\n1. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n   If you plan to work on the documentation site, also run `npm install` inside `docs/`.\n\n2. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n   The script builds the site, serves the `dist` output, and watches for changes. By default it listens on [http://localhost:4173](http://localhost:4173); set the `PORT` environment variable to use a different port.\n\n3. Edit the contributor \u0026 RO-Crate documentation under `docs/` with:\n\n   ```bash\n   npm run docs:dev\n   ```\n\n   The documentation is built with [Astro Starlight](https://starlight.astro.build) and published under [`/guide`](https://hub.oscar.grycap.net/guide/).\n\nTo produce a static bundle without the dev server, run `npm run build` to regenerate `dist/`. This command now builds both the catalog landing page and the `/guide` documentation bundle.\n\n---\n\n## 📚 Guide\n\nThe canonical reference for onboarding, workflow expectations, and field-by-field RO-Crate documentation now lives inside this repository at [`docs/`](docs/). It is published together with the catalog at `https://hub.oscar.grycap.net/guide/` and includes:\n\n- Contributor prerequisites and local setup instructions.\n- Branching and review workflow checklists.\n- Detailed explanations for each RO-Crate section we rely on, with examples pulled from the in-repo services.\n- Validation tips, troubleshooting tables, and templates.\n\n---\n\n## 📄 License\n\nEach service can define its own license. Make sure to include it in the RO-Crate metadata when applicable.\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Please open an issue or a pull request to suggest improvements or add new services.\n\n---\n\n📬 Contact: [GRyCAP](https://www.grycap.upv.es/) - Universitat Politècnica de València\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrycap%2Foscar-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrycap%2Foscar-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrycap%2Foscar-hub/lists"}