{"id":25039094,"url":"https://github.com/norskhelsenett/ror","last_synced_at":"2026-04-04T15:02:18.649Z","repository":{"id":207348145,"uuid":"705874642","full_name":"NorskHelsenett/ror","owner":"NorskHelsenett","description":"ROR by NHN, Release Operate Report","archived":false,"fork":false,"pushed_at":"2026-03-26T16:03:17.000Z","size":58078,"stargazers_count":60,"open_issues_count":39,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-27T05:39:52.018Z","etag":null,"topics":["kubernetes","management","multi"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NorskHelsenett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2023-10-16T21:31:51.000Z","updated_at":"2026-03-26T16:03:05.000Z","dependencies_parsed_at":"2025-11-28T18:01:43.400Z","dependency_job_id":null,"html_url":"https://github.com/NorskHelsenett/ror","commit_stats":null,"previous_names":["norskhelsenett/ror"],"tags_count":228,"template":false,"template_full_name":null,"purl":"pkg:github/NorskHelsenett/ror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NorskHelsenett%2Fror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NorskHelsenett%2Fror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NorskHelsenett%2Fror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NorskHelsenett%2Fror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NorskHelsenett","download_url":"https://codeload.github.com/NorskHelsenett/ror/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NorskHelsenett%2Fror/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["kubernetes","management","multi"],"created_at":"2025-02-06T02:08:14.702Z","updated_at":"2026-04-04T15:02:18.621Z","avatar_url":"https://github.com/NorskHelsenett.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./media/ror.svg\" width=\"250\" alt=\"ror logo\"\u003e\n\n# Release Operate Report\n\n## What is ROR\n\nROR is a vendor-agnostic eco-system for resources.\nFor more detailed explanation see [here](https://norskhelsenett.github.io/ror/).\n\n# Documentation\n\nThe documentation is automatically built and available at [norskhelsenett.github.io/ror](https://norskhelsenett.github.io/ror/), see it for more detailed information.\n\nFor more information about the documentation see [here](https://norskhelsenett.github.io/ror/documentation/).\n\n# ROR Eco-System\n\nFor a complete list and more information see [here](https://norskhelsenett.github.io/ror/components/core/#Repositories).\n\nThe ROR ecosystem is made out of multiple repositories to separate each major component.\nOther components such as microservices and \"addons\" are also separated out to be a clear distinction between what is ROR and what is an implementation of a resource to ROR.\nA complete list can be found [here](https://norskhelsenett.github.io/ror/components/)\n\n# Features\n\n# Installation\n\nFor a local installation see [here](https://norskhelsenett.github.io/ror/development/setup/).\nFor a kubernetes installation see [here](https://norskhelsenett.github.io/ror/installation/).\n\n## Installation from source\n\nSee [BUILD.md](https://github.com/NorskHelsenett/ror-api/blob/main/README.md) and [supported platforms](https://github.com/NorskHelsenett/ror-api/blob/main/README.md) for details.\n\nThe build is CMake-based, but a Makefile is provided as a convenience.\n\n# Project layout\n\n```\n├─ charts/                 helm charts for the entire ROR eco-system\n├─ cmd/                    executable files related to the ROR Core\n│  ├─ docs/                contain dockerfile and doc automation\n│  ├─ generator/           starts the generator to generate files\n├─ docs/                   documentation for the mkdocs\n├─ hacks/                  files for local development environment\n│  ├─ assets/              TODO\n│  ├─ data/                Mix of configuration files and container mounts.\n│  ├─ scripts/             various scripts for mocking k8s cluster, mongodb, etc.\n├─ media/                  various media (pictures, videos, etc) of ror\n├─ pkg/                    various subsectioned parts of ror\n│  ├─ apicontracts/        TODO\n│  ├─ auth/                authorization packges, ldap, ad, userauth, etc.\n│  ├─ clients/             various clients\n│  ├─ config/              TODO\n│  ├─ context/             TODO\n│  ├─ handlers/            TODO\n│  ├─ helpers/             TODO\n│  ├─ kubernetes/          TODO\n│  ├─ messagebuscontracts/ TODO\n│  ├─ models/              various models used in the ror eco-system\n│  ├─ rlog/                logging package used in the ror eco-system\n│  ├─ rorresources/        resource, resourcetypes, api, etc. definitions. TODO\n│  ├─ services/            TODO\n│  └─ telemetry/           telemetry (metrics, trace) package used\n├─ typescript/             generated typescript based on Go code for frontend\n├─ mkdocs-requirements.txt requirements for bringing up mkdocs.\n├─ mkdocs.yml              mkdocs navigation paths.\n└─ r.sh                    starting script, copies files and start docker environment\n```\n\n# License\n\nSee [LICENSE](https://github.com/NorskHelsenett/ror/blob/main/LICENSE)\n\n# Run ROR?\n\nSee [ROR-API README](https://github.com/NorskHelsenett/ror-api/blob/main/README.md) for more information on how to bring up a development environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorskhelsenett%2Fror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorskhelsenett%2Fror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorskhelsenett%2Fror/lists"}