Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

chaostoolkit-attic/chaosplatform-relational-storage

Repository files navigation

Chaos Platform Relational Database Utility

Version License StackOverflow

Build Status Python versions

This is the relational database utility for the Chaos Platform.

Purpose

Provide a simple library to work with relational database through SQLAlchemy. It's unlikely usable in any other context.

Content

Contribute

Contributors to this project are welcome as this is an open-source effort that seeks discussions and continuous improvement.

From a code perspective, if you wish to contribute, you will need to run a Python 3.5+ environment. Then, fork this repository and submit a PR. The project cares for code readability and checks the code style to match best practices defined in PEP8. Please also make sure you provide tests whenever you submit a PR so we keep the code reliable.

The Chaos Platform projects require all contributors must sign a Developer Certificate of Origin on each commit they would like to merge into the master branch of the repository. Please, make sure you can abide by the rules of the DCO before submitting a PR.