Skip to content
/ Apes Public

💨 Chaos and Resiliency Testing Service.

License

Notifications You must be signed in to change notification settings

Clivern/Apes

Repository files navigation

Apes Logo

Apes

Chaos and Resiliency Testing Service.

Apes 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.

Documentation

Usage

Get the latest binary.

$ curl -sL https://github.com/Clivern/Apes/releases/download/x.x.x/Apes_x.x.x_OS_x86_64.tar.gz | tar xz

Run Apes Chaos Reverse Proxy.

$ ./Apes --port=8080 --upstream=https://httpbin.org --failRate=10% --latency=0s

Check the release.

$ ./Apes --get=release

Test it.

$ curl http://127.0.0.1:8080/ip

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Apes is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.

See the Releases section of our GitHub project for changelogs for each release version of Apes. It contains summaries of the most noteworthy changes made in each release.

Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/apes/issues

Security Issues

If you discover a security vulnerability within Apes, please send an email to hello@clivern.com

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

© 2020, clivern. Released under MIT License.

Apes is authored and maintained by @clivern.