Skip to main content

A reliability platform client for Django applications.

Project description

Django integration

CI Python versions

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


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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page