An open API service indexing awesome lists of open source software.

https://github.com/br93/chaos-monkey-spring-boot

Testing resilience of REST API with Chaos Monkey and Chaos Toolkit
https://github.com/br93/chaos-monkey-spring-boot

Last synced: about 2 months ago
JSON representation

Testing resilience of REST API with Chaos Monkey and Chaos Toolkit

Awesome Lists containing this project

README

          

# Chaos Experiments

These experiments will add artificial exceptions to the API, affecting the database connectivity, with the objective of testing the resilience of the API, based on the concepts of Chaos Engineering.

## End-point being tested
- v1/produtos

## Setting virtual environment in python
```console
python3 -m venv ~/.venvs/chaostk
source ~/.venvs/chaostk/bin/activate
pip install -U chaostoolkit
pip install -U chaostoolkit-spring
```

## Running the experiments
```console
chaos run path_to_experiments.json
```