{"id":19148957,"url":"https://github.com/sunrisecommunity/observatory","last_synced_at":"2025-07-29T12:11:40.184Z","repository":{"id":261781909,"uuid":"878291516","full_name":"SunriseCommunity/Observatory","owner":"SunriseCommunity","description":"🔭 Observatory - Powerful beatmap manager for osu!","archived":false,"fork":false,"pushed_at":"2025-07-11T20:54:36.000Z","size":13484,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T22:24:09.747Z","etag":null,"topics":["beatmap-downloader","beatmap-mirror","bun","drizzle-orm","elysiajs","manager","osu","osugame"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/SunriseCommunity.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"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}},"created_at":"2024-10-25T05:53:17.000Z","updated_at":"2025-07-11T20:54:40.000Z","dependencies_parsed_at":"2024-11-08T12:27:53.453Z","dependency_job_id":"2eddf00d-4242-4350-9a68-5090b66f8983","html_url":"https://github.com/SunriseCommunity/Observatory","commit_stats":null,"previous_names":["sunrisecommunity/observatory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SunriseCommunity/Observatory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunriseCommunity%2FObservatory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunriseCommunity%2FObservatory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunriseCommunity%2FObservatory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunriseCommunity%2FObservatory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SunriseCommunity","download_url":"https://codeload.github.com/SunriseCommunity/Observatory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunriseCommunity%2FObservatory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267684997,"owners_count":24127703,"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-07-29T02:00:12.549Z","response_time":2574,"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":["beatmap-downloader","beatmap-mirror","bun","drizzle-orm","elysiajs","manager","osu","osugame"],"created_at":"2024-11-09T08:05:43.834Z","updated_at":"2025-07-29T12:11:40.173Z","avatar_url":"https://github.com/SunriseCommunity.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔭 Observatory - Powerful beatmap manager for osu!\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./readme.png\" alt=\"We don't own the rights to this image. If you are the owner and want it removed, please contact us.\" /\u003e\n\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![GitHub stars](https://img.shields.io/github/stars/SunriseCommunity/Observatory.svg?style=social\u0026label=Star)](https://github.com/SunriseCommunity/Observatory)\n\n## Description\n\nObservatory is a powerful \"on demand\" beatmap manager which uses osu! API and popular beatmap mirrors to prioritize speed and efficiency. It fetches beatmaps from the API's, and stores them in a local database for faster access.\n\n## Features\n\n-   [x] **Plug and Use**: Just compile the docker image and run it. No need to worry about dependencies.\n-   [x] **Don't fret about rate limits**: Rate limits are handled by the application, so peppy or beatmap mirror's owners won't get angry at you.\n-   [x] **Fastest wins the race**: The application is designed to prioritize the fastest API's first to provide the best experience.\n-   [x] **Long and reliable memory**: The application saves the data in database to avoid unnecessary API calls, also including TTL (time-to-live) for the data to be reliable.\n-   [x] **Everyone loves caching**: We also have a caching layer between the requests and our database, which allows processing requests _blazingly_ fast.\n-   [x] **Perfomance Points calculation**: If you're frequently calculating pp, you can use the `/calculator` endpoint, which utilizes [rosu-pp-js](https://github.com/MaxOhn/rosu-pp-js) to compute pp, star rating and other related data.\n\n## Installation 📩\n\n### Docker 🐳\n\n1. Fill the `.env` file with the required data\n\n2. Run the following command:\n\n```bash\ndocker compose -f docker-compose.yml up -d # Creates the container with app and all dependencies\n```\n\n3. The application will be available at `http://localhost:3333`\n\n### Manual 🛠\n\n1. Clone the repository\n2. Install the required dependencies: `bun install`\n3. Fill the `.env` file with the required data\n4. Start needed services: `bun run setup`\n5. Run the application: `bun run dev`\n6. The application will be available at `http://localhost:3333` (or any other port you set up to)\n\n## Contributing 💖\n\nIf you want to contribute to the project, feel free to fork the repository and submit a pull request. We are open to any\nsuggestions and improvements.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](../LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunrisecommunity%2Fobservatory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunrisecommunity%2Fobservatory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunrisecommunity%2Fobservatory/lists"}