{"id":20677815,"url":"https://github.com/clivern/apes","last_synced_at":"2025-04-19T21:04:26.798Z","repository":{"id":53397072,"uuid":"243078157","full_name":"Clivern/Apes","owner":"Clivern","description":"💨 Chaos and Resiliency Testing Service.","archived":false,"fork":false,"pushed_at":"2024-02-18T15:26:10.000Z","size":457,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-30T17:32:46.738Z","etag":null,"topics":["apes","chaos","chaos-engineering","developer-tools","failure-detection","microservices","microservices-architecture","reverse-proxy"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Clivern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null},"funding":{"github":"clivern"}},"created_at":"2020-02-25T18:59:50.000Z","updated_at":"2024-04-24T15:31:21.000Z","dependencies_parsed_at":"2022-08-23T16:10:35.432Z","dependency_job_id":null,"html_url":"https://github.com/Clivern/Apes","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clivern%2FApes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clivern%2FApes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clivern%2FApes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clivern%2FApes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clivern","download_url":"https://codeload.github.com/Clivern/Apes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224969896,"owners_count":17400295,"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":["apes","chaos","chaos-engineering","developer-tools","failure-detection","microservices","microservices-architecture","reverse-proxy"],"created_at":"2024-11-16T21:17:12.143Z","updated_at":"2024-11-16T21:17:12.824Z","avatar_url":"https://github.com/Clivern.png","language":"Go","funding_links":["https://github.com/sponsors/clivern"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"Apes Logo\" src=\"https://raw.githubusercontent.com/Clivern/Apes/master/assets/img/gopher.png?v=0.1.1\" width=\"150\" /\u003e\n    \u003ch3 align=\"center\"\u003eApes\u003c/h3\u003e\n    \u003cp align=\"center\"\u003eChaos and Resiliency Testing Service.\u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://travis-ci.com/Clivern/Apes\"\u003e\u003cimg src=\"https://travis-ci.com/Clivern/Apes.svg?branch=master\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://github.com/Clivern/Apes/releases\"\u003e\u003cimg src=\"https://img.shields.io/badge/Version-0.1.1-red.svg\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://goreportcard.com/report/github.com/Clivern/Apes\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/clivern/Apes?v=0.1.1\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://github.com/Clivern/Apes/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/LICENSE-MIT-orange.svg\"\u003e\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/p\u003e\n\nApes can work as a proxy for one of your upstream API services to simulate high latencies and failures to make sure your services have the capability to withstand and recover from failures.\n\n## Documentation\n\n### Usage\n\nGet [the latest binary.](https://github.com/Clivern/Apes/releases)\n\n```zsh\n$ curl -sL https://github.com/Clivern/Apes/releases/download/x.x.x/Apes_x.x.x_OS_x86_64.tar.gz | tar xz\n```\n\nRun Apes Chaos Reverse Proxy.\n\n```zsh\n$ ./Apes --port=8080 --upstream=https://httpbin.org --failRate=10% --latency=0s\n```\n\nCheck the release.\n\n```zsh\n$ ./Apes --get=release\n```\n\nTest it.\n\n```zsh\n$ curl http://127.0.0.1:8080/ip\n```\n\n\n## Versioning\n\nFor transparency into our release cycle and in striving to maintain backward compatibility, Apes is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.\n\nSee the [Releases section of our GitHub project](https://github.com/clivern/apes/releases) for changelogs for each release version of Apes. It contains summaries of the most noteworthy changes made in each release.\n\n\n## Bug tracker\n\nIf you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/apes/issues\n\n\n## Security Issues\n\nIf you discover a security vulnerability within Apes, please send an email to [hello@clivern.com](mailto:hello@clivern.com)\n\n\n## Contributing\n\nWe are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.\n\n\n## License\n\n© 2020, clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).\n\n**Apes** is authored and maintained by [@clivern](http://github.com/clivern).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclivern%2Fapes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclivern%2Fapes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclivern%2Fapes/lists"}