{"id":19327962,"url":"https://github.com/inab/observatory-api","last_synced_at":"2026-05-16T02:41:14.597Z","repository":{"id":251964325,"uuid":"838976876","full_name":"inab/observatory-api","owner":"inab","description":"Software Observatory API","archived":false,"fork":false,"pushed_at":"2025-09-02T08:56:10.000Z","size":6764,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-02T09:11:37.683Z","etag":null,"topics":["fair-software","fairsoft","fastapi","software-metadata"],"latest_commit_sha":null,"homepage":"https://observatory.openebench.bsc.es/api/docs","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inab.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","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":"2024-08-06T18:03:37.000Z","updated_at":"2025-09-02T08:55:39.000Z","dependencies_parsed_at":"2024-08-06T22:08:43.654Z","dependency_job_id":"566cf978-a2ad-4923-8e71-449c6aa15b98","html_url":"https://github.com/inab/observatory-api","commit_stats":null,"previous_names":["inab/observatory-api"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/inab/observatory-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inab%2Fobservatory-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inab%2Fobservatory-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inab%2Fobservatory-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inab%2Fobservatory-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inab","download_url":"https://codeload.github.com/inab/observatory-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inab%2Fobservatory-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284807785,"owners_count":27066464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-17T02:00:06.431Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fair-software","fairsoft","fastapi","software-metadata"],"created_at":"2024-11-10T02:19:32.343Z","updated_at":"2026-05-16T02:41:14.578Z","avatar_url":"https://github.com/inab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Software Observatory API \n\nThis repository contains the source code of the Software Observatory API. This API is a [FastAPI](https://fastapi.tiangolo.com/) application that uses a remote mongodb database. \n\n## Development \n\nTo start the development environment, first create a virtual environment and install the dependencies: \n\n```\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\nThen, start the development server: \n\n```\nexport CONFIG_PATH=./api-variables/config_db.ini\nuvicorn main:app --host 0.0.0.0 --port 3500 --reload --log-level debug\n```\n\nThe API will be available at `http://localhost:3500`.\n\n### Versioning \n\nWhen a push is done to the `main` branch, the version of the API should be updated. This is done by adding the new version to `VERSION`. A GitHub action will create a tag with the version to the version in `VERSION` file, build and publish the docker image.\n\n\n## API Documentation\n\nThe API documentation is available at [https://observatory.openebench.bsc.es/api/docs](https://observatory.openebench.bsc.es/api/docs).\n\nThis documentation is automatically generated by FastAPI and is based on the OpenAPI standard. \n\n## Production\n\nThe API is deployed in the BSC's infrastructure. The deployment is done using docker and docker-compose. \n\nThe docker image is built as part of the CI/CD pipeline. It is triggered by pushing a tag to the repository.\n\nNotice that the API is accessible at a subdomain of the OpenEBench platform. The API is available at [https://observatory.openebench.bsc.es/api](https://observatory.openebench.bsc.es/api). In development, the API is available directly at `http://localhost:3500`.\n\n## Development \n\n### Testing \n\n```\nPYTHONPATH=$(pwd) pytest -s app/tests\n```\n\n## License\n\nThis software is licensed under the MIT License. For more information, read the [LICENSE](LICENSE) file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finab%2Fobservatory-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finab%2Fobservatory-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finab%2Fobservatory-api/lists"}