A reliability platform client for Django applications.
Project description
Django integration
Installation
This package requires Python 3.5+
$ pip install -U proofdock-reliability-platform-django
Usage
The chaos middleware takes the following input variables:
| Variable | Description |
|---|---|
RELIABILITY_PLATFORM_APPLICATION_NAME |
The service application's name |
RELIABILITY_PLATFORM_APPLICATION_ENV |
The service application's deployed environment |
RELIABILITY_PLATFORM_PROOFDOCK_API_TOKEN |
The API token to connect to Proofdock's Chaos API |
The configuration exemplified as code:
# file: settings.py
MIDDLEWARE = [
'..'
'proofdock.rp.contrib.django.middleware.DjangoMiddleware',
'..'
]
# other settings ...
CHAOS_MIDDLEWARE = {
'RELIABILITY_PLATFORM_APPLICATION_NAME': 'example-application-name',
'RELIABILITY_PLATFORM_APPLICATION_ENV': 'example-environment',
'RELIABILITY_PLATFORM_PROOFDOCK_API_TOKEN': 'eyJ0eXAi...05'
}
Start your Django application and create an attack using HTTP request header or control panel. Read more about attacks here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file proofdock_reliability_platform_django-1.0.0-py3-none-any.whl.
File metadata
- Download URL: proofdock_reliability_platform_django-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff6df7789917297ad1ed48dcf7c9dea36cccbb4e5273f54148fed27448dd65b4
|
|
| MD5 |
df087f0ad0f25c4418adc7f05ed968df
|
|
| BLAKE2b-256 |
fd19d9fbb1e8f04e56bad7b5f126b3c74827d5134a29dee55146a272f55183ac
|