{"id":16747793,"url":"https://github.com/mokolabs/services","last_synced_at":"2026-05-19T11:05:40.931Z","repository":{"id":221396350,"uuid":"753245579","full_name":"mokolabs/services","owner":"mokolabs","description":"A simple file format for documenting services used by Rails apps","archived":false,"fork":false,"pushed_at":"2025-02-25T00:51:24.000Z","size":383,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T01:30:55.172Z","etag":null,"topics":["rails","services","yaml"],"latest_commit_sha":null,"homepage":"https://mokolabs.github.io/services/","language":null,"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/mokolabs.png","metadata":{"files":{"readme":"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}},"created_at":"2024-02-05T18:42:46.000Z","updated_at":"2025-02-25T00:51:27.000Z","dependencies_parsed_at":"2024-02-07T19:27:16.653Z","dependency_job_id":"13f53a43-2b9b-4571-b19b-d6e6462c4a2a","html_url":"https://github.com/mokolabs/services","commit_stats":null,"previous_names":["mokolabs/services"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mokolabs%2Fservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mokolabs%2Fservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mokolabs%2Fservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mokolabs%2Fservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mokolabs","download_url":"https://codeload.github.com/mokolabs/services/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243818205,"owners_count":20352629,"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","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":["rails","services","yaml"],"created_at":"2024-10-13T02:10:55.525Z","updated_at":"2026-05-19T11:05:40.901Z","avatar_url":"https://github.com/mokolabs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SERVICES.YML\n\nA simple file format for documenting services used by Rails apps\n\nhttps://mokolabs.github.io/services/\n\n## The problem\n\nRails apps often use a dozen or more third-party services and it can quickly become difficult to remember which services are used by the app, especially when working with many apps.\n\n## The solution\n\nWe can fix this by adding a list of services to our app.\n\nThe list should:\n- Be named `SERVICES.YML`\n- Be stored in the root of the app\n- Use the YAML format when possible\n- Use single words to describe service types\n- Start with the hosting provider\n- Place all other service types in alphabetical order\n- Be updated when you change service providers\n\n## Example\n\n```\nhosting: digitalocean\nadvertising: google\nemail:\n  transactional: postmark\n  spam: akismet\nmapping:\n  geocoding: google\n  maps: apple\nmonitoring: sentry\nstorage:\n  amazon:\n    - cloudfront\n    - s3\n```\n\n## FAQ\n\n### Why not just use ENV variables?\nENV variables are used to store app secrets and other configuration settings. We want a short list that we can read and understand in a glance.\n\n### Why not just use a Gemfile?\nGemfiles are used to manage dependencies. Usually, most gems in a Gemfile are not service related, so that makes it harder to find the ones that are services.\n\n### Why not just use a README?\nREADME files are often very long and take a considerable amount of time to read.\n\n### Do I have to use valid YAML?\nNo, not at all. Just start with YAML. But, if you need to use non-YAML syntax later, that's fine. This is *your* list.\n\n### Is this format supposed to be machine-parseable?\nNot really, but you're welcome to do so.\n\n### Can I use this without Rails?\nSure! This format can be used with any kind of web app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmokolabs%2Fservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmokolabs%2Fservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmokolabs%2Fservices/lists"}